Sign inSign up

kaixhin/vnc-ros

By kaixhin

Updated over 9 years ago

Ubuntu Core 14.04 + LXDE desktop + Firefox browser + TightVNC server + ROS Indigo Desktop Full.

Image
4

1.8K

kaixhin/vnc-ros repository overview

Docker Pulls Docker Stars

vnc-ros

Ubuntu Core 14.04 + LXDE desktop + Firefox browser + TightVNC server + ROS Jade Desktop Full. Runs as a daemon by default by using tail.

Build

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.

Usage

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.

Citation

If you find this useful in research please consider citing this work.

Tag summary

Content type

Image

Digest

sha256:c4529481e

Size

861.9 MB

Last updated

over 9 years ago

docker pull kaixhin/vnc-ros