From 9ebc10ec08ba8d5c5aff892b07f9b4da5bfc2b08 Mon Sep 17 00:00:00 2001 From: Joe Borg Date: Thu, 4 Jul 2019 14:12:20 -0400 Subject: [PATCH] Correcting typo `/ec/` > `/etc/` Signed-off-by: Joe Borg --- docs/registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/registry.md b/docs/registry.md index 4e7bf7238..f73ce0824 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -25,7 +25,7 @@ After modify this config, you need restart the `containerd` service. ## Configure Registry TLS Communication `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 [plugins.cri.registry.tls_configs] [plugins.cri.registry.tls_configs."my.custom.registry"]