Difference between revisions of "Docker install"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Dockerfile == | == Dockerfile == | ||
The Dockerfile for the build can be seen here: | The Dockerfile for the build can be seen here: | ||
− | * https://github.com/ | + | * https://github.com/tlinnet/docker_relax |
− | * https:// | + | * https://hub.docker.com/r/tlinnet/relax |
To get image | To get image | ||
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 == | |
− | + | To update, do this | |
− | |||
− | |||
− | |||
<source lang=bash> | <source lang=bash> | ||
− | + | # Go into container | |
− | + | dr | |
− | |||
− | |||
− | |||
− | # | ||
− | dr | ||
− | # | + | # Inside container |
− | + | cd $HOME/relax | |
− | + | git pull | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</source> | </source> | ||
== See also == | == See also == | ||
[[Category:Installation]] | [[Category:Installation]] |
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