-
Notifications
You must be signed in to change notification settings - Fork 19
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
Docker Modules #1
Comments
Hey Chris - I'm reading over your proposal for the container module and I'm curious if there are any plans to implement something similar to the count parameter from the current docker module? As the examples in the proposal indicate, you can certainly start and stop multiple containers using Having a dedicated module parameter for the container count also means you can use handlers for the change events that are triggered when the number of containers on a host changes unexpectedly between playbook runs. |
@jakemcdermott I'm not sure why that is needed since all of that can still be achieved in a |
See new Docker module proposals in detail here: https://github.com/ansible/proposals/tree/master/docker Please feel free to comment on the proposals here. |
I welcome the addition of sane docker modules! I only looked at the things I tend to need (pulling images, managing container lifecycle) and these look way better! Thank you for cleaning up! Is there an ETA or some way to help (after the ground work is done)? |
As per meeting we are going to accept the proposals, will discuss implementation details on the PRs. |
This is the place for discussing the proposed Docker modules. Add suggestions and ideas here.
The text was updated successfully, but these errors were encountered: