CentOS + Xfce + TigerVNC + noVNC (html5 vnc client)
632
docker rm -f vnc
docker run -id -e CONF_VNC_PASS=changeme \
-p 5901:5901 -p 6901:6901 \
--name vnc \
appsoa/docker-centos-desktop-vnc:testing
docker logs vnc -f
docker run -it -e CONF_VNC_PASS=changeme \
-p 5901:5901 -p 6901:6901 \
appsoa/docker-centos-desktop-vnc:testing \
/bin/bash
docker-centos-tools/build.sh docker-centos-desktop-vnc/ virtualmachines-154415 docker-centos-desktop-vnc 1.0.0-4 gcr.io '--no-cache'
docker-centos-tools/push.sh docker-centos-desktop-vnc virtualmachines-154415 docker-centos-desktop-vnc 1.0.0-4 gcr.io
Content type
Image
Digest
Size
504.3 MB
Last updated
over 9 years ago
docker pull appsoa/docker-centos-desktop-vnc