Add new file
This commit is contained in:
13
TSG发布版本更新记录/TSG-21.10/docker/daemon.json
Normal file
13
TSG发布版本更新记录/TSG-21.10/docker/daemon.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"insecure-registries": [
|
||||
"10.16.43.130:5080",
|
||||
"192.168.40.153:9080"
|
||||
],
|
||||
"registry-mirrors":[
|
||||
"https://d8b3zdiw.mirror.aliyuncs.com"
|
||||
],
|
||||
"data-root": "/data/docker",
|
||||
"log-driver":"json-file",
|
||||
"log-opts":{ "max-size":"50m","max-file":"2"}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user