Hello, I am trying to run a docker container (ros:foxy) in my host machine, but I need the network to be set to ‘host’, when I create the container with --network=host
I can’t get my host machine to communicate with the docker container. Do I have to change RMW implementation? if yes how should I change it?
Any help is appreciated…