[HELP] Pushing to the local registry #861
Replies: 1 comment 2 replies
-
Hi @devalexandre , thanks for opening this issue! Did you see that section about resolving the registry from your local machine? See https://k3d.io/stable/usage/registries/#pushing-to-your-local-registry-address The point is, that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
create register k3d registry create registry --port=5000
then create the cluster using register
k3d cluster create --registry-use k3d-registry:5000
use alpine image for testing
docker pull alpine:latest
change image tag
docker tag alpine:latest k3d-registry:5000/testimage:local
pull the image to the register
docker push k3d-registry:5000/testimage:local
error Get "https://k3d-registry:5000/v2/": dial tcp: lookup k3d-registry: no such host
reference:
https://k3d.io/usage/guides/registries
Which OS & Architecture
Which version of
k3d
k3d version v5.0.0
k3s version v1.21.5-k3s1 (default)
Which version of docker
docker version
Beta Was this translation helpful? Give feedback.
All reactions