Replies: 1 comment
-
I could solve the problem by starting the docker container as root. docker-rootless with subuids seems to cause problems in communication. Could someone solve this problem on docker-rootless? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I start my container using:
docker create \ -it -e "DISPLAY=:0" \ --mount type=bind,src=/tmp/.X11-unix,dst=/tmp/.X11-unix --device=/dev/dri:/dev/dri \ --mount source=home,target=/home/u \ --name ros --net=host --ipc=host --pid=host \ registry.gitlab.com/goekce/turtlebot3-challenges \ /usr/bin/tmux
On the container (Humble on Ubuntu) I use:
and on the host (Humble on ArchLinux) I use:
The listener cannot receive any packets.
Did someone encounter a similar problem?
Beta Was this translation helpful? Give feedback.
All reactions