mirror of
https://github.com/docker/cli.git
synced 2026-08-30 02:24:27 -05:00
bf5e17ead0306f2b7e793e905d04e8a9cdd9e8fa
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
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%