Skip to content
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

Support all common docker run options, e.g., mac address #131

Open
bradjones1 opened this issue May 29, 2015 · 0 comments
Open

Support all common docker run options, e.g., mac address #131

bradjones1 opened this issue May 29, 2015 · 0 comments

Comments

@bradjones1
Copy link
Contributor

I've got a bit of a circular dependency going at the moment, where container A needs to know the IP of container B, and vice-versa, but their environment variables and host files can become out of sync when one or the other is re-started. It would be nice to predictably determine their IPs, perhaps by giving them a pre-determined mac address and then using IPv6. I think we could track a similar effort to support these additional run options as at docker/compose#754

Along with #129 and #130, just documenting a few things that I've run into in my own use of maestro this week as I transition to a container-based workflow. Basically just documenting a few things that would be nice to have, and I think I might even be able to knock a few of them out since this is based on docker-py.

@mpetazzoni mpetazzoni modified the milestone: Maestro 0.2.8 Sep 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants