improve docker.registry configuration
parent
16bc8e35d6
commit
e7af7ded4a
|
|
@ -24,7 +24,7 @@ open ```/etc/docker/deamon.json``` file (If the daemon.json file does not exist,
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"insecure-registries" : ["http://0.0.0.0:5050"]
|
"insecure-registries" : ["0.0.0.0:5050"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue