mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Enable experimental features in docker.
PiperOrigin-RevId: 321062975
This commit is contained in:
@@ -53,9 +53,11 @@ while true; do
|
||||
fi
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user