Difference between revisions of "Docker install"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
== Run the image on mac == | == Run the image on mac == | ||
− | + | See the README on Github for newest info how to run: | |
− | |||
− | |||
− | |||
− | |||
− | + | https://github.com/tlinnet/docker_relax#runmac | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | # | ||
− | |||
− | |||
− | |||
− | |||
== Update relax code == | == Update relax code == |
Revision as of 13:45, 26 October 2017
Dockerfile
The Dockerfile for the build can be seen here:
To get image
docker pull tlinnet/docker_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#runmac
Update relax code
To update, do this
# Go into container
dr
# Inside container
cd $HOME/relax
git pull