Open main menu

Changes

Docker install

141 bytes added, 12:51, 25 October 2017
# Alias the docker run command
alias dr='docker run -ti --rm -e DISPLAY=$(ipconfig getifaddr en1):0 -v /tmp/.X11-unix:/tmp/.X11-unix -v $PWD:/home/developer/work --name ubuntu_relax tlinnet/relax'
</source>
 
== Update relax code ==
To update, do this
 
<source lang=bash>
# Go into container
dr
 
# Inside container
cd $HOME/relax
git pull
</source>
== See also ==
[[Category:Installation]]
Trusted, Bureaucrats
1,382

edits