Note: This is relevant only if you are an fsbrain developer.
The files are organized in subfolders by fsbrain version, and in there by R version.
cd <fsbrain>/docker/<subdir>
sudo docker build -t fsbrain .
To create a new version of the image on docker.io, one needs to build the new image as described above, and then:
1) login to docker.io:
docker login -u "dfspspirit" docker.io
2) tag the image with the dockerhub user/repo and a version, e.g.:
sudo docker tag fsbrain dfspspirit/fsbrain:0.5.dev
3) push the container to dockerhub:
sudo docker push dfspspirit/fsbrain:0.5.dev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.