Merge pull request #1375 from jdewinne/registry-doc

Update registry.md for auth config
This commit is contained in:
Wei Fu 2020-04-21 16:25:08 +08:00 committed by GitHub
commit a45f57bcf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ To configure a credential for a specific registry, create/modify the
```toml ```toml
# The registry host has to be a domain name or IP. Port number is also # The registry host has to be a domain name or IP. Port number is also
# needed if the default HTTPS or HTTP port is not used. # needed if the default HTTPS or HTTP port is not used.
[plugins.cri.registry.configs."gcr.io".auth] [plugins.cri.registry.configs.auths."https://gcr.io"]
username = "" username = ""
password = "" password = ""
auth = "" auth = ""