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