From f3611c2779c9745fcfd01ef0e6875be31f7f8ce5 Mon Sep 17 00:00:00 2001 From: "David J. Wilder" Date: Mon, 16 Oct 2017 11:31:29 -0700 Subject: [PATCH] Enable ipv6 in the dind test container. Fix for issue #162. Signed-off-by: David Wilder --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bba50ff..efd50a6 100644 --- a/Makefile +++ b/Makefile @@ -106,6 +106,7 @@ run-plugin: run-etcd dist/libnetwork-plugin -v $(PLUGIN_LOCATION):/libnetwork-plugin \ docker:$(DOCKER_VERSION) --cluster-store=etcd://$(LOCAL_IP_ENV):2379 # View the logs by running 'docker exec dind cat plugin.log' + docker exec -tid --privileged dind sh -c 'sysctl -w net.ipv6.conf.default.disable_ipv6=0' docker exec -tid --privileged dind sh -c '/libnetwork-plugin 2>>/plugin.log' # To speak to this docker: # export DOCKER_HOST=localhost:5375