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.

11 lines
407 B

  1. config globals 'globals'
  2. # option alt_config_file "/etc/docker/daemon.json"
  3. option data_root "/opt/docker/"
  4. option log_level "warn"
  5. list hosts "unix:///var/run/docker.sock"
  6. # If the bip option is changed, dockerd must be restarted.
  7. # A service reload is not enough.
  8. option bip "172.18.0.1/24"
  9. # list registry_mirrors "https://<my-docker-mirror-host>"
  10. # list registry_mirrors "https://hub.docker.com"