registry: remove protocol from insecure-registries config

Using a protocol here is meaningless, and is ignored by the daemon (and
will even produce a warning in the logs).

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell 2023-07-17 14:31:47 +01:00
parent 1226f281f1
commit f4eccb3e95
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ isolated testing or in a tightly controlled, air-gapped environment.
```json
{
"insecure-registries" : ["http://myregistrydomain.com:5000"]
"insecure-registries" : ["myregistrydomain.com:5000"]
}
```