aboutsummaryrefslogtreecommitdiff
path: root/vnc-version
diff options
context:
space:
mode:
Diffstat (limited to 'vnc-version')
-rw-r--r--vnc-version/Dockerfile8
1 files changed, 1 insertions, 7 deletions
diff --git a/vnc-version/Dockerfile b/vnc-version/Dockerfile
index 606a830..0b3fe0f 100644
--- a/vnc-version/Dockerfile
+++ b/vnc-version/Dockerfile
@@ -26,7 +26,7 @@
#
# Run:
#
-# docker run -p 8888:5999 -p 50922:10022 -d --privileged docker-osx-vnc:latest
+# docker run --device /dev/kvm --device /dev/snd -p 8888:5999 -p 50922:10022 -d --privileged docker-osx-vnc:latest
#
#
# Connect locally (safe):
@@ -62,12 +62,6 @@
# docker ps
# # copy container ID and then
# docker exec abc123fgh456 tail vncpasswd_file
-#
-#
-# Optional:
-#
-# You can set VNC color depth with -e DEPTH=24, it's not pretty though.
-#
#
# VNC Version
# Let's piggyback the other image: