ed5f33
profile:
ed5f33
  docker:
ed5f33
    daemon:
ed5f33
      log-level: warn
ed5f33
      log-driver: json-file
ed5f33
      log-opts:
ed5f33
        max-size: 10m
ed5f33
        max-file: '5'
6b1b0a
      experimental: true
6b1b0a
      ip6tables: true
ed5f33
27fc5e
sysctl:
27fc5e
  params:
27fc5e
    {#-
00b05b
      Pass bridged traffic to {arp,ip{,6}}tables chains.  # noqa 206
27fc5e
      This is only useful on machines having legacy br_netfilter loaded and using legacy iptables,
27fc5e
      which means machines running Docker.
27fc5e
    #}
27fc5e
    net.bridge.bridge-nf-call-arptables: 0
27fc5e
    net.bridge.bridge-nf-call-ip6tables: 0
27fc5e
    net.bridge.bridge-nf-call-iptables: 0