mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
- Refactor generic and path based cleanup functions into a single function. - Include aufs and zfs mounts in the mounts cleanup. - Containers that receive exit event on restore don't require manual cleanup. - Make missing sandbox id message a warning because currently sandboxes are always cleared on startup. libnetwork#975 - Don't unmount volumes for containers that don't have base path. Shouldn't be needed after #21372 Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Upstream-commit: 05cc737f5411a0effd299429140d031c4ad8dd05 Component: engine