We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768a6e4 commit 5d8270eCopy full SHA for 5d8270e
README.md
@@ -16,7 +16,7 @@ This will mount your host `/path/to/data` directory into container's `/work`.
16
### I like it ugly
17
If you are into pure `docker` command line, you should do something along the line (Linux host example):
18
```
19
-$ docker run --rm -it -v /path/to/data:/work -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix:0 chbrant/cloudcompare
+$ docker run --rm -it -v /path/to/data:/work -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix:0 chbrandt/cloudcompare
20
21
22
[CloudCompare]: http://www.cloudcompare.org/
0 commit comments