SkillAgentSearch skills...

Novnc

Standalone noVNC client based on Alpine

Install / Use

/learn @bonigarcia/Novnc
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

License badge Twitter Follow

noVNC Docker image

Standalone noVNC client based on Alpine (available on Docker Hub). It allows to auto-connect to the VNC server, pass the VNC password, and set view-only mode using environment variables.

Example

The following example use Chrome in Docker (image created and maintained by Selenium) which starts a VNC server:

  1. Start Docker container with VNC server:
docker run --rm -p 4444:4444 -p 5900:5900 --net grid --name selenium --shm-size="2g" selenium/standalone-chrome:latest
  1. Start Docker container with noVNC:
docker run --rm --name novnc -p 6080:6080 --net grid -e AUTOCONNECT=true -e VNC_PASSWORD=secret -e VNC_SERVER=172.17.0.1:5900 bonigarcia/novnc:1.3.0
  1. Connect to: http://localhost:6080/

This approach is used in WebDriverManager.

About

bonigarcia/novnc (Copyright © 2021-2025) is an open-source project created and maintained by Boni García, licensed under the terms of Apache 2.0 License.

View on GitHub
GitHub Stars45
CategoryDevelopment
Updated1mo ago
Forks21

Languages

Dockerfile

Security Score

80/100

Audited on Feb 11, 2026

No findings