moby--moby/libnetwork/sandbox
Phil Estes 6628cf7f5a Check GC loop is active/necessary before triggering GC
Calling GC() without ever creating a network namespace (sandbox on
Linux) will hang as the GC loop is not running (and therefore the
channel is not being listened to).

Tested via Docker that this corrects a daemon shutdown error if the
daemon is started and stopped without any containers or networks being
created while the daemon is up.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2015-06-10 16:43:31 -04:00
..
interface_linux.go Add support to add bridge to the sandbox. 2015-06-08 10:21:00 -07:00
namespace_linux.go Check GC loop is active/necessary before triggering GC 2015-06-10 16:43:31 -04:00
namespace_unsupported.go Windows: Allow compilation (again) 2015-06-08 11:12:56 -07:00
options_linux.go Add support to add bridge to the sandbox. 2015-06-08 10:21:00 -07:00
route_linux.go Refactor sandbox code to use interfaces 2015-06-08 10:17:56 -07:00
sandbox.go Add support to add bridge to the sandbox. 2015-06-08 10:21:00 -07:00
sandbox_linux_test.go Add support to add bridge to the sandbox. 2015-06-08 10:21:00 -07:00
sandbox_test.go Add support to add bridge to the sandbox. 2015-06-08 10:21:00 -07:00
sandbox_unsupported.go Windows: Enable compile 2015-05-26 10:46:21 -07:00
sandbox_unsupported_test.go Added unsupported implementations for sandbox and sandbox 2015-04-14 04:53:02 +00:00