== Dockerfile ==
The Dockerfile for the build can be seen here:
* https://github.com/tlinnet/docker_relax
* https://hub.docker.com/r/tlinnet/relax
To get image
<source lang=bash>
https:docker pull tlinnet//github.com/nmr-relax/relax/blob/master/devel_scripts/Docker/Ubuntu_16_04_relax/Dockerfile
</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]]