diff options
author | Kevin Krakauer <krakauer@google.com> | 2020-07-14 13:46:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-14 13:49:15 -0700 |
commit | 8a0082f5f3aaad053873800feae8d0fb8b504c50 (patch) | |
tree | 7cadf29b0921acd1df23e9baf8a272b2e7edd19a /tools/vm | |
parent | 221e1da947f8f892e29d1ff0a382b7a171ab0437 (diff) |
remove IPv6 docker
Will re-submit when ICMP dest unreachable is handled correctly and it can be
turned back on.
PiperOrigin-RevId: 321227330
Diffstat (limited to 'tools/vm')
-rwxr-xr-x | tools/vm/ubuntu1604/30_docker.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/vm/ubuntu1604/30_docker.sh b/tools/vm/ubuntu1604/30_docker.sh index d393133e4..332a03dfb 100755 --- a/tools/vm/ubuntu1604/30_docker.sh +++ b/tools/vm/ubuntu1604/30_docker.sh @@ -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 |