Skip to content

Commit

Permalink
Merge pull request #17746 from jedevc/remove-protocol-from-insecure-r…
Browse files Browse the repository at this point in the history
…egistries

registry: remove protocol from insecure-registries config
  • Loading branch information
thaJeztah authored Jul 20, 2023
2 parents 1f491f5 + f4eccb3 commit c9febe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/insecure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
```

Expand Down

0 comments on commit c9febe4

Please sign in to comment.