ubuntu_mate
Ubuntu Zesty image with the Mate desktop environment exposed over x11vnc and noVNC
297
It is a Ubuntu zesty image with x11vnc, novnc and the Mate desktop environment installed. You can use it as a desktop or as the basis for a more customized
docker run -d -P rigormortiz/ubuntu_mate:zesty
docker volume create ubuntu_desktop_home
docker run --rm -v ubuntu_desktop_home:/desktop_tmp rigormortiz/ubuntu_mate:latest cp -pr /home/ubuntu /desktop_tmp
docker run -d -P -v ubuntu_desktop_home:/home/ubuntu rigormortiz/ubuntu_mate:zesty
docker run -d -p 5900:5900 -p 6080:6080 rigormortiz/ubuntu_mate:zesty
59006080ubuntuDESKTOP_USERNAME. See TODO in next section. It can be easily changed at runtime with:x11vnc -storepasswd somePassword /home/${DESKTOP_USERNAME}/.vnc/passwd
This image is based on my ubuntu_novnc image. If you are using it to build your own image you may want to be familiar with it as some of the settings we use here are set in that image (like username) due to necessity/architecture.
Content type
Image
Digest
Size
548.7 MB
Last updated
about 9 years ago
docker pull rigormortiz/ubuntu_mate