Skip to content

Instantly share code, notes, and snippets.

@marcelmaatkamp
Last active August 29, 2015 14:16
Show Gist options
  • Save marcelmaatkamp/b8cfff309bf29f114dca to your computer and use it in GitHub Desktop.
Save marcelmaatkamp/b8cfff309bf29f114dca to your computer and use it in GitHub Desktop.
Simple VNC server, can be extended and viewed in a browser with docker tag hall/guacamole (http://guac-dev.org)
docker run \
-d \
--name vnc \
-p 5900:5900 \
bwbush/vnc
# Use safari: vnc://<hostname>, vnc-user/vnc-password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment