Enable experimental features in docker.

PiperOrigin-RevId: 321062975
This commit is contained in:
Ting-Yu Wang
2020-07-13 17:02:32 -07:00
committed by gVisor bot
parent c5d827d110
commit 87c33be9af
+2
View File
@@ -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
}