Docker install
Jump to navigation
Jump to search
Dockerfile
The Dockerfile for the build can be seen here:
To get image
docker pull tlinnet/relax
See images
docker images
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
# Go into container
dr
# Inside container
cd $HOME/relax
git pull