Skip to content
Snippets Groups Projects
Commit 65afbde7 authored by David Seus's avatar David Seus
Browse files

update README

parent ac6b094e
No related branches found
No related tags found
No related merge requests found
...@@ -7,13 +7,8 @@ Pull the latest fenics Docker image ...@@ -7,13 +7,8 @@ Pull the latest fenics Docker image
## Create docker container named LDD-TPR with graphical display, share folder `pwd`: ## Create docker container named LDD-TPR with graphical display, share folder `pwd`:
<<<<<<< HEAD
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 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
=======
```
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
>>>>>>> d18f25ea72f612e4356bfa446899dfa0b6be7017
If you want the container do be automatically deleted after exiting add `--rm` option. If you want the container do be automatically deleted after exiting add `--rm` option.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment