theniwo / docker-desktop

A Dockerized light-weight desktop environment accessible from the brower with NoVNC. Google Chrome Browser included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Desktop Docker Image CI

Overview

A Dockerized light-weight desktop environment accessible from the brower with NoVNC. Google Chrome Browser included.

noVNC view of the Container running

The Image comes with noVNC to allow user to view the desktop environment with their browsers.

Usage

docker run -d -p 6901:6901 -p 5901:5901 piopirahl/docker-desktop:1.0.0

You will be able to access the noVNC windows at http://localhost:6901 or use your VNC viewer with localhost:5901

Ports

6901 is exposed by default for the noVNC.

5901 is exposed by default for VNC.

DockerHub

DockerHub link of the images:

Image Contents

  • Xvfb - X11 in a virtual framebuffer
  • TigerVNC - A VNC server that scrapes the above X11 server
  • noNVC - A HTML5 canvas vnc viewer
  • xfce4 - a small desktop environment

Maintainers

Mostapha El Sabah Piopi

About

A Dockerized light-weight desktop environment accessible from the brower with NoVNC. Google Chrome Browser included.

License:MIT License


Languages

Language:Dockerfile 78.0%Language:Shell 22.0%