summaryrefslogtreecommitdiff
path: root/libnetwork/drivers_linux.go
diff options
context:
space:
mode:
authorMadhu Venugopal <madhu@docker.com>2018-09-25 10:30:34 -0700
committerMadhu Venugopal <madhu@docker.com>2018-09-25 10:30:56 -0700
commit08796e04ea92fe2abf09f120f972370a8be5a65d (patch)
tree70c808de93ee5f254f05edfc0f11a7c71e424d85 /libnetwork/drivers_linux.go
parentf7b7e74624f7d1c056e5277eae19b74a5eca7bf0 (diff)
downloaddocker-08796e04ea92fe2abf09f120f972370a8be5a65d.tar.gz
Removing experimental driver interface
Signed-off-by: Madhu Venugopal <madhu@docker.com>
Diffstat (limited to 'libnetwork/drivers_linux.go')
-rw-r--r--libnetwork/drivers_linux.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/libnetwork/drivers_linux.go b/libnetwork/drivers_linux.go
index 0462b86e67..452ffca052 100644
--- a/libnetwork/drivers_linux.go
+++ b/libnetwork/drivers_linux.go
@@ -20,9 +20,5 @@ func getInitializers(experimental bool) []initializer {
{overlay.Init, "overlay"},
{remote.Init, "remote"},
}
-
- if experimental {
- in = append(in, additionalDrivers()...)
- }
return in
}