From fb98abdde401636191ef9999cd866f7e0598e93e Mon Sep 17 00:00:00 2001 From: Daniel Cerejo Date: Wed, 4 May 2022 23:15:19 +0100 Subject: [PATCH] Update _index.md correct Example docker push mycustomreg:5000 should be mycustomreg.com:5000 --- content/k3s/latest/en/installation/private-registry/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/installation/private-registry/_index.md b/content/k3s/latest/en/installation/private-registry/_index.md index 1abbc473cd1..523ae6c8586 100644 --- a/content/k3s/latest/en/installation/private-registry/_index.md +++ b/content/k3s/latest/en/installation/private-registry/_index.md @@ -163,4 +163,4 @@ Example: `docker tag coredns-coredns:1.6.3 mycustomreg:5000/coredns-coredns` Last, push the images to the private registry. -Example: `docker push mycustomreg:5000/coredns-coredns` +Example: `docker push mycustomreg.com:5000/coredns-coredns`