Docker contrainer with Ubuntu desktop gnome image
You can follow all the steps on the docker hub repository to run the ubuntu desktop contrainer and get access to it through VNC Viewer
- Clone the github repository
$ git clone -b docker/ubuntu-18.04 git@github.com:Chakib08/Docker-Ubuntu-Desktop-VNC.git
- Build the docker image
$ cd Docker-Ubuntu-Desktop-VNC/
$ docker build -t your-ubuntu-desktop:18.04 .
- Run the container
$ docker run -t --name ubuntu-desktop your-ubuntu-desktop:18.04