Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 995 Bytes

README.md

File metadata and controls

48 lines (29 loc) · 995 Bytes

noVNC Winbox

We are not responsible if you use it for commercial purposes or if you use it in production.

How to use

Use image from docker hub

docker pull lupael/novnc-winbox
docker run --rm --name=winbox -tid -p 5901:5900 -p 18081:8080 lupael/novnc-winbox:latest

Use in docker-compose.yml

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

List of exposed ports

For access via VNC: 5901 Or noVNC http://localhost:18081/