mirror of https://github.com/docker/docs.git
update registry example (#16578)
This commit is contained in:
parent
694c762a1a
commit
40124e8f2b
|
@ -33,7 +33,7 @@ isolated testing or in a tightly controlled, air-gapped environment.
|
|||
|
||||
```json
|
||||
{
|
||||
"insecure-registries" : ["myregistrydomain.com:5000"]
|
||||
"insecure-registries" : ["http://myregistrydomain.com:5000"]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue