Replies: 1 comment 8 replies
-
https://docs.docker.com/registry/ https://github.com/containers/podman/blob/main/hack/podman-registry $ podman-registry start
PODMAN_REGISTRY_IMAGE="docker.io/library/registry:2.8"
PODMAN_REGISTRY_PORT="5050"
PODMAN_REGISTRY_USER="userZ3RZ"
PODMAN_REGISTRY_PASS="T8JVJzKrcl4p6uT" |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm looking for a small lib (with little external dependencies) to spin up a local container registry from my own golang CLI tool.
It is only used for development and testing.
I found zot (https://github.com/project-zot/zot) but this has a huge dependency list. Because I already use
containers/image
I was wondering myself if there are such functions in thecontainers/*
repos which are used to spinup a small registry for testing.Beta Was this translation helpful? Give feedback.
All reactions