remove IPv6 docker

Will re-submit when ICMP dest unreachable is handled correctly and it can be
turned back on.

PiperOrigin-RevId: 321227330
This commit is contained in:
Kevin Krakauer
2020-07-14 13:49:15 -07:00
committed by gVisor bot
parent 221e1da947
commit 8a0082f5f3
+1 -4
View File
@@ -54,11 +54,8 @@ while true; do
done
# Enable experimental features, for cross-building aarch64 images.
# Enable Docker IPv6.
cat > /etc/docker/daemon.json <<EOF
{
"experimental": true,
"fixed-cidr-v6": "2001:db8:1::/64",
"ipv6": true
"experimental": true
}
EOF