在 /etc/config 内修改dockerd 文件 修改
config globals 'globals'
option alt_config_file "/etc/docker/daemon.json"
option data_root "/mnt/sdb1/bin/docker/" #docker默认根目录
option log_level "warn"
list registry_mirror "https://<my-docker-mirror-host>"
list registry_mirror "https://hub.docker.com"
在 /etc/config 内修改dockerman 文件 修改
config section 'local'
option socket_path '/var/run/docker.sock'
option status_path '/tmp/.docker_action_status'
option debug 'false'
option debug_path '/tmp/.docker_debug'
option remote_endpoint 'false'
option daemon_log_level 'warn'
list ac_allowed_interface 'br-lan'
option remote_port '2375'
list daemon_registry_mirrors 'https://hub-mirror.c.163.com'
option daemon_ea 'true'
option daemon_data_root '/mnt/sdb1/bin/docker'#根目录路径
One comment
修改完成后查看服务---docker 如果没有显示新的路径需要重新启动下docker