Skip to content

wavyland/novnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

novnc

Build Status

This repository defines a multi-arch Docker image for noVNC and websockify.

Usage

Start noVNC, specifying the port on which it should run the HTTP server and the address of the VNC server:

docker run --rm -p 6080:6080 ghcr.io/wavyland/novnc 6080 172.17.0.1:5900

Then, open noVNC in a browser by navigating to http://localhost:6080.

Releases

No releases published