Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized noVNC

Docker Image CI Static Badge Docker Pulls

More information about the noVNC project is available here.

Usage:

docker run -d \
    --name novnc \
    -e VNC_HOST=192.168.1.123 \
    -e VNC_PORT=5900 \
    -e HTTP_PORT=8080 \
    -p 8080:8080 \
    navrocky/novnc

Then access noVNC at the url: http://localhost:8080/vnc.html

Here is a sample docker-compose.yml:

version: "3"
services:
    novnc:
        image: navrocky/novnc:1.4.0
        environment:
            VNC_HOST: "192.168.1.123"
            VNC_PORT: "5900"
            HTTP_PORT: "8080"
        ports:
            - 8080:8080

Here is a snippet how to start VNC session on a typical Debian host:

apt install -y tigervnc-standalone-server icewm
Xvnc :0 -geometry 1800x900 -SecurityTypes None &
export DISPLAY=:0
icewm

About

Dockerized noVNC

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages