This repository contains a simple docker image for ubuntu desktop exposed over webbrowser with help of novnc and websockify.
- 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
- To access the ubuntu desktop environment over web browser navigate to http://localhost:8080