Difference between revisions of "Docker install"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
The Dockerfile for the build can be seen here: | The Dockerfile for the build can be seen here: | ||
* https://github.com/tlinnet/docker_relax | * https://github.com/tlinnet/docker_relax | ||
− | * https://hub.docker.com/r/tlinnet/ | + | * https://hub.docker.com/r/tlinnet/relax |
To get image | To get image | ||
<source lang=bash> | <source lang=bash> | ||
− | docker pull tlinnet/ | + | docker pull tlinnet/relax |
</source> | </source> | ||
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/blob/master/README.md#runmac | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | # | ||
− | |||
− | |||
− | |||
− | |||
== Update relax code == | == Update relax code == |
Latest revision as of 12:20, 27 October 2017
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