To build latest version of Ripes from master
branch issue the command
docker build --rm --tag ripes -f ripes.dockerfile .
Or to build from specific branch
docker build --rm --build-arg BRANCH=my_branch --tag ripes:latest -f ripes.dockerfile .
Enable external connection to your X server (run for each session)
xhost local:root
Note: you may add this line to ~/.xsessionrc
file to avoid having to run it for each session
After that, issue the command
docker run --rm -it --net=host -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix ripes:latest