commit | b39f33cceaea4a0307cdc4aa8345d1e073e2249d | [log] [tgz] |
---|---|---|
author | Anirudh Mathukumilli <rudymathu@google.com> | Tue Oct 19 03:34:35 2021 +0000 |
committer | CQ Bot <commit-bot@chromium.org> | Tue Oct 19 03:34:35 2021 +0000 |
tree | 287a8b54472dcf1629ac11bd3ec320c5f3475733 | |
parent | 887892c652327af5e99df9bc438751bd840626f9 [diff] |
[swarm_docker] Only enable IPv6 in bridge networking Recent versions of docker no longer allow setting sysctl options that modify the host system, see https://docs.docker.com/engine/reference/commandline/run/ (search for sysctls). This will allow us to continue setting the required sysctls on QEMU, but will also allow us to run swarm docker on newer OS' (like debian 11). Change-Id: Iaf869c825acc2ff7e1ade255b94972047f621b3f Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/infra/+/595602 Reviewed-by: Nico Hailey <nicoh@google.com> Commit-Queue: Anirudh Mathukumilli <rudymathu@google.com>