Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 598 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 598 Bytes

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.