Commit 8293460c authored by 金凯强's avatar 金凯强 🎨

Update install_docker.py

parent 8fad4525
...@@ -12,7 +12,7 @@ def install_docker(): ...@@ -12,7 +12,7 @@ def install_docker():
"registry-mirrors":["https://m6wlkecl.mirror.aliyuncs.com"], "registry-mirrors":["https://m6wlkecl.mirror.aliyuncs.com"],
"insecure-registries": ["http://47.110.145.204:8084","http://183.134.73.2:8084"], "insecure-registries": ["http://47.110.145.204:8084","http://183.134.73.2:8084"],
"log-driver": "json-file", "log-driver": "json-file",
"log-opt": { "log-opts": {
"max-size": "50m", "max-size": "50m",
"max-file": "3" "max-file": "3"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment