== Dockerfile ==
The Dockerfile for the build can be seen here:
* https://github.com/nmr-relax/relax/blob/master/devel_scriptstlinnet/Docker/Ubuntu_16_04_relax/Dockerfiledocker_relax* https://cloudhub.docker.com/swarm/tlinnet/repository/dockerr/tlinnet/relax/general
To get image
<source lang=bash>
docker pull tlinnet/relax
</source>
See images
<source lang=bash>
docker images
</source>
== Run the image on mac ==
See the README on Github for newest info how to run:
https://github.com/tlinnet/docker_relax/blob/master/README.md#runmac
== Update relax code ==
To update, do this
<source lang=bash>
# Go into container
dr
# Inside container
cd $HOME/relax
git pull
</source>
== See also ==
[[Category:Installation]]