mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-03 12:21:32 +00:00
It may happen that the application (docker) may exit ungracefully exit without calling leaves on endpoint and may result in stale namespace files. So if a sandbox is created with the same key attempt to cleanup the file if it exists before creating the sandbox. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>