forked from DevOps/deploy.stack
chore(docker): 添加最小API版本配置到daemon.json
添加min-api-version配置项以指定Docker守护程序的最低API版本要求
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"max-size": "10m",
|
||||
"max-file": "3"
|
||||
},
|
||||
"min-api-version": "1.24",
|
||||
"insecure-registries": [
|
||||
"hub.tp229.com:3500"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user