ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I got around this issue by adding a Host-level DNS gateway for Docker (resolvable) running in a container that joins in on the same docker network you are try to poke at.

See this related post:
Exposing ROS Containers to Host Machine

And my github gist where I wrote down what I found in a short example:
Small ROS Network Example

Hope this helps.

I got around this issue by adding a Host-level DNS gateway for Docker (resolvable) running in a container that joins in on the same docker network you are try trying to poke at.

See this related post:
Exposing ROS Containers to Host Machine

And my github gist where I wrote down what I found in a short example:
Small ROS Network Example

Hope this helps.