Skip to content

Disable docker-proxy 15 seconds keepalives #46669

Answered by fgervais
fgervais asked this question in Q&A
Discussion options

You must be logged in to vote

Alright so I went down the ipv6 on docker hole, getting up to speed with all the quirks and bugs.

I'm here to report that it does work i.e. without the userland-proxy, I don't have the 15 seconds keepalives anymore 🎉.

So to possibly help others, here's what I ended up changing. Note that quite a fair chunk of what I changed is because I have ipv6 only clients.

diff --git a/daemon.json b/daemon.json
new file mode 100644
index 0000000..27afe59
--- /dev/null
+++ b/daemon.json
@@ -0,0 +1,32 @@
+{
+    "experimental" : true,
+    "ipv6": true,
+    "fixed-cidr-v6": "fd04:2240:0:d0ff::/64",
+    "ip6tables": true,
+    "userland-proxy": false,
+    "default-address-pools": [
+        { "base": …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@fgervais
Comment options

@fgervais
Comment options

Answer selected by fgervais
@thaJeztah
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants