Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 475 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 475 Bytes

vnc-desktop

Runs Ubuntu 14.04 in a docker container and exposes a full desktop over VNC.

Video

Run

docker run -p 5900:5900 -d ambroselli/vnc-desktop
open vnc://user:pazzword@localhost:5900 # (using Screen Sharing on a Mac, use a VNC tool on Windows/Linux)

Notes

  • The resolution is set to 1680x1050 pixel. This can be set by adding the following arguments after run: -e SCREEN_WIDTH=1680 -e SCREEN_HEIGHT=1050