[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>
1 file changed
tree: 287a8b54472dcf1629ac11bd3ec320c5f3475733
  1. artifacts/
  2. buildbucket/
  3. checkout/
  4. cmd/
  5. codifier/
  6. digest/
  7. execution/
  8. gerrit/
  9. gitiles/
  10. monorail/
  11. scripts/
  12. serial/
  13. third_party/
  14. .gitignore
  15. AUTHORS
  16. go.mod
  17. go.sum
  18. LICENSE
  19. MAINTAINERS
  20. manifest
  21. PATENTS
  22. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.