From d18f25ea72f612e4356bfa446899dfa0b6be7017 Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@mathematik.uni-stuttgart.de> Date: Wed, 10 Oct 2018 17:03:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ea3ad3..6ab9f5e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Pull the latest fenics Docker image ## Create docker container named LDD-TPR with graphical display, share folder `pwd`: - +``` docker run --dns=129.69.252.252 -it --env HOST_UID=$(id -u $USER) --env HOST_GID=$(id -g $USER) --env DISPLAY=unix$DISPLAY --device /dev/dri --volume /tmp/.X11-unix:/tmp/.X11-unix:rw --volume $(pwd):/home/fenics/shared --name LDD-TPR quay.io/fenicsproject/stable:latest /bin/bash -- GitLab