Created
September 3, 2021 01:12
-
-
Save sfxworks/4ed0a8327fecfbac36138977bdabb988 to your computer and use it in GitHub Desktop.
Registry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
podman run --name registry \ | |
-p 5000:5000 \ | |
-v /mnt/registry:/var/lib/registry:z \ | |
-v /registry:/certs:z \ | |
-e "REGISTRY_HTTP_TLS_CERTIFICATE=/certs/registry.crt" \ | |
-e "REGISTRY_HTTP_TLS_KEY=/certs/registry.key" \ | |
-d \ | |
docker.io/library/registry:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment