Difference between revisions of "Docker install"

From relax wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
See the README on Github for newest info how to run:
 
See the README on Github for newest info how to run:
  
https://github.com/tlinnet/docker_relax#runmac
+
https://github.com/tlinnet/docker_relax/blob/master/README.md#runmac
  
 
== Update relax code ==
 
== Update relax code ==

Revision as of 13:48, 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/blob/master/README.md#runmac

Update relax code

To update, do this

# Go into container
dr

# Inside container
cd $HOME/relax
git pull

See also