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

Is it possible to use user-defined docker bridge networks via maestro-ng? #219

Open
petrkalina opened this issue Jan 27, 2021 · 1 comment

Comments

@petrkalina
Copy link

see: https://docs.docker.com/network/bridge/#differences-between-user-defined-bridges-and-the-default-bridge

looking at: https://maestro-ng.readthedocs.io/en/main/environment.html?highlight=log_opt#service-instances I'm not sure how to configure this..

thanks!!

@mpetazzoni
Copy link
Contributor

This isn't supported, and seem like it would require using the create_networking_config() function of docker-py to pass that to the networking_config parameter of the create_container() call (in maestro/plays/tasks.py#L220).

Do you think you could take a shot at making that change?

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