ruffsl / ros_docker_demos

A collection of Docker demos for ROS
111 stars 24 forks source link

Cannot find the network command #1

Closed sherifm closed 8 years ago

sherifm commented 8 years ago

Hi,

I'm trying to use ROS with Docker and can't seem to find the docker network commands, that you recommend using to have ROS nodes talk to each other over a virtual network. Is this approach deprecated? Or do I need to install some sort of docker networking plug-in?

Thank you for your support!

sherifm commented 8 years ago

So it turns out the docker experimental features are required rather than the official docker release.

Again thanks for your great contributions!

ruffsl commented 8 years ago

Hello @sherifm ,

The syntax I wrote up on the Docker Hub ros reop may be out of date, as the docker ecosystems changes so fast, expectantly APIs still in beta. Here is a blog article found in the comments of the ros repo that speaks more recently on the topic. Once the official network CLI for docker is released, hopefully in the 1.9 milstone, I'll revisit the documentation and update everything with a PR. Let me know if you have any questions with trying it all out!