Merge pull request #11353 from kvuorine/fwknop-fixes
[feed/packages.git] / utils / docker-ce / files / etc / config / dockerd
1
2 config globals 'globals'
3 # option alt_config_file "/etc/docker/daemon.json"
4 option data_root "/opt/docker/"
5 option log_level "warn"
6 list hosts "unix:///var/run/docker.sock"
7 # If the bip option is changed, dockerd must be restarted.
8 # A service reload is not enough.
9 option bip "172.18.0.1/24"
10 # list registry_mirrors "https://<my-docker-mirror-host>"
11 # list registry_mirrors "https://hub.docker.com"