forked from DevOps/deploy.stack
up(ver): update version
This commit is contained in:
18
etc/docker/daemon.json
Normal file
18
etc/docker/daemon.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"registry-mirrors": [
|
||||
"https://docker.m.daocloud.io",
|
||||
"https://hub.urlsa.us.kg",
|
||||
"https://hub.haod.eu.org",
|
||||
"https://hub.chxza.eu.org",
|
||||
"https://hub.rat.dev"
|
||||
],
|
||||
"data-root":"/data/docker",
|
||||
"log-driver":"json-file",
|
||||
"log-opts": {
|
||||
"max-size":"30m",
|
||||
"max-file":"5"
|
||||
},
|
||||
"insecure-registries": [
|
||||
"hub.tp229.com:3500"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user