generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass networks to Daemon on container creation.
- Loading branch information
1 parent
a30fd93
commit ebe2fd0
Showing
5 changed files
with
37 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
minor_changes: | ||
- "docker_container - when creating a network, directly pass the networks to connect to to the Docker Daemon. | ||
This makes creation more efficient and works around a bug in Docker Daemon that does not use the specified | ||
MAC address in at least some cases, though only for creation (https://github.com/ansible-collections/community.docker/pull/933)." | ||
known_issues: | ||
- "docker_container - when specifying a MAC address for a container's network, and the network is attached | ||
after container creation (for example, due to idempotency checks), the MAC address is at least in some | ||
cases ignored by the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/933)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters