Skip to content

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

License

Notifications You must be signed in to change notification settings

CarlAmbroselli/vnc-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages