We are not responsible if you use it for commercial purposes or if you use it in production.
docker pull lupael/novnc-winbox
docker run --rm --name=winbox -tid -p 5901:5900 -p 18081:8080 lupael/novnc-winbox:latest
Example is here.
version: "3.3"
services:
winbox:
image: lupael/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/