Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 208 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 208 Bytes

ubuntu-desktop-docker

##Build

docker build -t ubuntu-desktop .

##Run

docker run -d -p 5901:5901 -p 6080:6080 ubuntu-desktop

##Access

Connect to the vm using vncviewer at localhost:5901