docker-ce: add hosts option

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2020-07-29 13:07:07 +02:00
parent a84d951486
commit 5136421254
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -3,5 +3,6 @@ config globals 'globals'
# option alt_config_file "/etc/docker/daemon.json"
option data_root "/opt/docker/"
option log_level "warn"
option hosts "unix://var/run/docker.sock"
# list registry_mirror "https://<my-docker-mirror-host>"
# list registry_mirror "https://hub.docker.com"