Ubuntu Core 14.04 + LXDE desktop + Firefox browser + TightVNC server + ROS Indigo Desktop Full.
1.8K
Ubuntu Core 14.04 + LXDE desktop + Firefox browser + TightVNC server + ROS Jade Desktop Full. Runs as a daemon by default by using tail.
Include password.txt with the password for TightVNC (by default this is "password"). This must be at least 8 characters and is truncated if longer.
The default password should be changed. To do so start up a container and then run docker exec <id> bash -c "echo -e '<password>\n<password>\nn' | vncpasswd".
For automatically mapping a VNC port use docker run -dP kaixhin/vnc-ros and docker port <id> to retrieve the port.
For specifying the port manually use docker run -d -p <port>:5901 kaixhin/vnc-ros.
The shell can be entered as usual using docker run -it kaixhin/vnc-ros bash.
If you find this useful in research please consider citing this work.
Content type
Image
Digest
sha256:c4529481e…
Size
861.9 MB
Last updated
over 9 years ago
docker pull kaixhin/vnc-ros