mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Automated rollback of changelist 321227330
PiperOrigin-RevId: 322888057
This commit is contained in:
committed by
gVisor bot
parent
4eb3c8c7e5
commit
3a2fac0ab9
@@ -54,8 +54,11 @@ while true; do
|
||||
done
|
||||
|
||||
# Enable experimental features, for cross-building aarch64 images.
|
||||
# Enable Docker IPv6.
|
||||
cat > /etc/docker/daemon.json <<EOF
|
||||
{
|
||||
"experimental": true
|
||||
"experimental": true,
|
||||
"fixed-cidr-v6": "2001:db8:1::/64",
|
||||
"ipv6": true
|
||||
}
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user