mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
fixes #25766 If a container's AutoRemove is enabled, client will wait until it's removed after container exits, this is implemented based on "destroy" event. Currently an "AutoRemove" container will report "destroy" event to notify a hanging client to exit before all volumes are removed, this is wrong, we should wait container until everything is cleaned up. Signed-off-by: Zhang Wei <zhangwei555@huawei.com> Upstream-commit: 4df77c11e065bf96b04fc0328a7e7600a2e64937 Component: engine