Update _index.md

correct Example docker push mycustomreg:5000 should be mycustomreg.com:5000
This commit is contained in:
Daniel Cerejo
2022-05-04 23:15:19 +01:00
committed by GitHub
parent 877427c716
commit fb98abdde4
@@ -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`