This image contents follow packages:
Common run new container command :
docker run -it --net=host -e DISPLAY -v /tmp/.X11-unix jakutenshi/ros
After that, for GUI enabling you need to get xauth user's token from host machine:
xauth list
Copy the whole line (token) and from the container add your token:
xauth add <your_token>
Done, yours GUI apps must works, you can test it with firefox and browser should be opened in your host machine.
Reminder: for starting of stopped existing container exec:
docker start -i <container_name_or_id>
Dockerfile : https://gist.github.com/JAkutenshi/fa53f7b150c7c4f9aa2b3fafdc4b924e
Content type
Image
Digest
Size
1.1 GB
Last updated
about 9 years ago
docker pull jakutenshi/ros