This contains a Ubuntu:18.04 image with NoVNC so I can remote into the Linux box with a GUI
10K+
Begin by running the following docker command:
docker run -it --rm -p 6080:6080 rossayoung/novnc:latest
Note if you want to mount a volume that you can use you can use a command like the following docker run -it --rm -p 6080:6080 -v /tmpdir/:/tmpdir novnc:latest
Once you have started the container, you should run the following command to change the password to something of your choosing otherwise the default password "password" remains: vncpasswd
you can simply run the following command to start the NoVNC server with your custom password. Please note the file is in the / folder
./startscript
Since your mapped your port 6080 to the port on the container you can use your host OS web browser and go to the following site: https://localhost:6080/vnc.html
Content type
Image
Digest
Size
465.8 MB
Last updated
about 7 years ago
docker pull rossayoung/novnc