You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
726 B

  1. # The following settings require a restart to take full effect, A reload will
  2. # only have partial or no effect:
  3. # option bip
  4. # list blocked_interfaces
  5. config globals 'globals'
  6. # option alt_config_file "/etc/docker/daemon.json"
  7. option data_root "/opt/docker/"
  8. option log_level "warn"
  9. list hosts "unix:///var/run/docker.sock"
  10. option bip "172.18.0.1/24"
  11. # option iptables "0"
  12. # list registry_mirrors "https://<my-docker-mirror-host>"
  13. # list registry_mirrors "https://hub.docker.com"
  14. # Docker ignores fw3 rules and by default all external source IPs are allowed
  15. # to connect to the Docker host. See https://docs.docker.com/network/iptables/
  16. config firewall 'firewall'
  17. option device 'docker0'
  18. list blocked_interfaces 'wan'