Sign inSign up

cnsoluciones/novnc-winbox

By cnsoluciones

Updated over 1 year ago

noVNC Winbox

Image
3

10K+

cnsoluciones/novnc-winbox repository overview

noVNC Winbox v3.41

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.

How to use

Use image from docker hub
docker pull cnsoluciones/novnc-winbox
docker run --rm --name=winbox -tid -p -p 5901:5900 -p 18081:8080 cnsoluciones/novnc-winbox:latest
Use in docker-compose.yml

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

List of exposed ports

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

Github

Visit my github where I have several projects with Docker CNSoluciones

Tag summary

Content type

Image

Digest

sha256:3b9ed4362

Size

116 MB

Last updated

over 1 year ago

docker pull cnsoluciones/novnc-winbox