Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down