Docker host and docker registry
This commit is contained in:
10
roles/dockerhost/files/daemon.json
Normal file
10
roles/dockerhost/files/daemon.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"insecure-registries": [
|
||||
"dkregistry.xai-corp.net:5000",
|
||||
"192.168.2.41:5000"
|
||||
],
|
||||
"dns": [
|
||||
"192.168.2.22",
|
||||
"8.8.8.8"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user