Merge pull request #1194 from joedborg/patch-1

Correcting typo
This commit is contained in:
Justin 2019-07-05 12:23:06 -07:00 committed by GitHub
commit 1312801786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ After modify this config, you need restart the `containerd` service.
## Configure Registry TLS Communication ## Configure Registry TLS Communication
`cri` plugin also supports configuring TLS settings when communicating with a registry. `cri` plugin also supports configuring TLS settings when communicating with a registry.
To configure the TLS settings for a specific registry, create/modify the `/ec/containerd/config.toml` as follows: To configure the TLS settings for a specific registry, create/modify the `/etc/containerd/config.toml` as follows:
```toml ```toml
[plugins.cri.registry.tls_configs] [plugins.cri.registry.tls_configs]
[plugins.cri.registry.tls_configs."my.custom.registry"] [plugins.cri.registry.tls_configs."my.custom.registry"]