mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
c8a66f5e72
For ungraceful daemon restarts, libnetwork has sandbox cleanup logic to remove any stale & dangling resources. But, if the store is down during the daemon restart, then the cleanup logic would not be able to perform complete cleanup. During such cases, the sandbox has been removed. With this fix, we retain the sandbox if the store is down and the endpoint couldnt be cleaned. When the container is later restarted in docker daemon, we will perform a sandbox cleanup and that will complete the cleanup round. Signed-off-by: Madhu Venugopal <madhu@docker.com> |
||
---|---|---|
.. | ||
bridge | ||
host | ||
null | ||
overlay | ||
remote | ||
windows |