ubuntu_novnc
Ubuntu zesty with novnc and X11vnc
273
It is a Ubuntu zesty base image with x11vnc and novnc installed. It is intended to act as the base image for a full desktop environment like Mate, KDE, xfce, i3, etc. Please see my other repositories for examples.
Dockerfile
FROM rigormortiz/ubuntu_novnc:zesty
...
This image is based on my ubuntu supervisor image and, as such, runs on supervisor. Desktops based on this image will need to ship a supervisor config file similar to this one: (mate)
[program:dbus]
priority=14
directory=/
command=dbus-launch
user=%(ENV_DESKTOP_USERNAME)s
autostart=true
autorestart=true
[program:mate]
priority=15
directory=/home/%(ENV_DESKTOP_USERNAME)s
command=/usr/bin/mate-session
user=%(ENV_DESKTOP_USERNAME)s
autostart=true
autorestart=true
environment=DISPLAY=":1",HOME="/home/%(ENV_DESKTOP_USERNAME)s"
59006080ubuntu. This can be changed via the DESKTOP_USERNAME variable in the DockerfileDESKTOP_USERNAME. See TODO in next section. It can be easily changed at runtime with:x11vnc -storepasswd somePassword /home/${DESKTOP_USERNAME}/.vnc/passwd
Content type
Image
Digest
Size
129 MB
Last updated
about 9 years ago
docker pull rigormortiz/ubuntu_novnc:zesty