docker_container: fix ipc_mode and pid_mode idempotency (#47997)

* Fix ipc_mode and pid_mode idempotency when container names are used.

* Add changelog.

* Update pid_mode documentation.
This commit is contained in:
Felix Fontein
2018-11-05 01:26:13 +01:00
committed by Will Thames
parent 3cca4185be
commit 35809e99bc
3 changed files with 29 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_container - fix ``ipc_mode`` and ``pid_mode`` idempotency if the ``host:<container-name>`` form is used (as opposed to ``host:<container-id>``)."