From 4f350ad474c8f21bcc0ad704d4ba7ff9052476f8 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Tue, 26 Nov 2019 15:09:07 -0800 Subject: [PATCH] Fix typo. Signed-off-by: Lantao Liu --- docs/registry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/registry.md b/docs/registry.md index fe51637fb..3dbf8abab 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -38,7 +38,7 @@ After modify this config, you need restart the `containerd` service. To configure the TLS settings for a specific registry, create/modify the `/etc/containerd/config.toml` as follows: ```toml -# The registry host has to be an 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. [plugins.cri.registry.configs."my.custom.registry".tls] ca_file = "ca.pem" @@ -69,7 +69,7 @@ To skip the registry certificate verification: To configure a credential for a specific registry, create/modify the `/etc/containerd/config.toml` as follows: ```toml -# The registry host has to be an 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. [plugins.cri.registry.configs."gcr.io".auth] username = ""