Replies: 1 comment
-
The following article does into the details: Are you running on Linux, Mac or Windows? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because of docker hub image pull rate limit from docker.io
I wanted to configure mirror registry to pull public images without changes the image name to any other image registry.
How to configure "mirror.gcr.io" google gcr as a mirror registry so that I can pull docker images from google instead of docker hub without changing the image name
eg:
Podman pull ubuntu:latest
should pull images from mirror.gcr.io
Can this be possible ?
Beta Was this translation helpful? Give feedback.
All reactions