Skip to content

lupael/docker-winbox

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published