-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new networking method for docker-compose #2
Comments
Indeed it has. I've updated the docs on the official Docker Hub repo for ROS, but have somewhat neglected my own demo examples. If there is anything else that has become deprecated, please let me know so that when I get the time I can refresh this repo in one go. |
Will do. It's a great starting point though. It might be nice to add a demo here for using custom ROS package install output (from catkin_make install) in a custom docker image. Reference to setting up a private registry would be handy too. I think after that information, one could confidently create and distribute custom ROS packages in docker images. |
First of all, great tutorial !!! Learned so much :)
And here is my docker CE version |
In the README.md for the multicontainer version, an example is given using docker-compose. The first command (
$ docker-compose --x-networking up -d
) doesn't seem to work with recent versions of docker. I'm using docker-compose version 1.8.0 on ubuntu 14.04.4.It may be that the
--x-networking
option has been deprecated in favor of the new version 2 compose file format.The text was updated successfully, but these errors were encountered: