mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 15:23:07 +01:00
docker-ce: add uci support for dockerd
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
config globals 'globals'
|
||||
# option alt_config_file "/etc/docker/daemon.json"
|
||||
option data_root "/opt/docker/"
|
||||
option log_level "warn"
|
||||
# list registry_mirror "https://<my-docker-mirror-host>"
|
||||
# list registry_mirror "https://hub.docker.com"
|
||||
Reference in New Issue
Block a user