Lord BaseX (c) 2014-2025 Federico Pereira [email protected]


This docker image is made for laboratory use and testing only. We are not responsible if you use it for commercial purposes or if you use it in production.
docker pull cnsoluciones/novnc-winbox
docker run --rm --name=winbox -tid -p -p 5901:5900 -p 18081:8080 cnsoluciones/novnc-winbox:latest
Example is here.
version: "3.3"
services:
winbox:
image: cnsoluciones/novnc-winbox:latest
container_name: winbox
restart: always
#volumes:
# - ./user-data/.wine:/home/alpine/.wine
ports:
- "5901:5900"
- "18081:8080"
network_mode: bridge
For access via VNC: 5901 Or noVNC http://localhost:18081/
Visit my github where I have several projects with Docker CNSoluciones
Content type
Image
Digest
sha256:3b9ed4362…
Size
116 MB
Last updated
over 1 year ago
docker pull cnsoluciones/novnc-winbox