mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
committed by
gVisor bot
parent
221e1da947
commit
8a0082f5f3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user