ansible/changelogs/fragments/47712-docker_container-detach-auto-remove.yml
Felix Fontein 9f8f6ce682 docker_container: improve race condition behavior for detach:no, auto_remove:yes behavior (#47712)
* Don't die when get_container is called for container which is terminating during get_container call.

If it terminates between client.containers() and client.inspect_container(),
the module will fail with an error such as
    Error inspecting container: 404 Client Error: Not Found ("No such container: xxx")

* Add changelog.

(cherry picked from commit b9706e2ff5)
2018-11-06 13:26:25 -08:00

2 lines
110 B
YAML

bugfixes:
- "docker_container - fixing race condition when ``detach`` and ``auto_remove`` are both ``true``."