docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker agent command fixs

Open amx-piap opened this issue 4 years ago • 1 comments

The title is self explanary. To launch the agent, it would be better to delete it after. Also the different parameters are not working for foxy. I guess a working solution would be:

docker run -it --net=host --rm microros/micro-ros-agent:foxy udp4 --port 9999 # for udp4

docker run -it --net=host --rm microros/micro-ros-agent:foxy udp6 --port 9999 # for udp6

Thank you. Best

amx-piap avatar Nov 24 '20 06:11 amx-piap

I think that we should refactor this readme or mark it as deprecated.

pablogs9 avatar Nov 24 '20 06:11 pablogs9