From 098e040014aa8e413c7419f7e6db1db51e7133ff Mon Sep 17 00:00:00 2001 From: Tobias Bradtke Date: Fri, 29 May 2020 13:14:10 +0200 Subject: [PATCH] Fix typo Signed-off-by: Tobias Bradtke --- docs/registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/registry.md b/docs/registry.md index d9085e04c..1b10d1a73 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -31,7 +31,7 @@ As an example, for the image `gcr.io/library/busybox:latest`, the endpoints are: * `gcr.io` is configured: endpoints for `gcr.io` + default endpoint `https://gcr.io/v2`. * `*` is configured, and `gcr.io` is not: endpoints for `*` + default endpoint `https://gcr.io/v2`. -* None of above is configured: default endpoint `https:/gcr.io/v2`. +* None of above is configured: default endpoint `https://gcr.io/v2`. After modify this config, you need restart the `containerd` service.