Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 558 Bytes

Docker Ubuntu Desktop

This repository contains a simple docker image for ubuntu desktop exposed over webbrowser with help of novnc and websockify.

Setup

  • To build this docker container run the following command
docker build -t madhuakula/docker-ubuntu-desktop:latest .
  • To run this docker container run the following command
docker run --rm -it -d -p 8080:8080 madhuakula/docker-ubuntu-desktop:latest