yen3 / docker-ubuntu-novnc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu with noVNC for multi-arch

noVNC is a HTML5 VNC client that runs well in any modern browser including mobile browsers.

Support arch

  • x86_64
  • aarch64 (arm64v8)
  • armhf (arm32v7)

Usage

The recommended way to run this container looks like this:

$ docker run -d -p 6080:6080 yen3/ubuntu-novnc

This will start a container in a detached session in the background and will expose its web interface to port 6080 of the host. Now you can browse to:

http://localhost:6080/

to access the Ubuntu desktop.

Build the image

  • Requirement

    • wget
    • docker with privileged access
  • Command

    make
    

Original repo

Reference

About


Languages

Language:Python 63.1%Language:JavaScript 27.3%Language:HTML 5.4%Language:C 1.5%Language:CSS 1.0%Language:Ruby 0.7%Language:Shell 0.4%Language:Clojure 0.3%Language:Roff 0.2%Language:C# 0.1%Language:Makefile 0.1%