Skip to content
Discussion options

You must be logged in to vote

@m986883511, thanks for reaching out. It would be helpful if you could share the exact command and output + error you get.

For testing and development, I usually run and use a local registry as follows:

# Start the local registry on port 5000
$ podman run -d -p 5000:5000 registry:2

# Tag a local image
$ podman tag fedora localhost:5000/fedora:latest

# Push the image: notice that --tls-verify=false to avoid the push error
~ $ podman push --tls-verify=false localhost:5000/fedora:latest
Getting image source signatures
Copying blob 5eb2e729c167 done   | 
Copying config 72c9e45642 done   | 
Writing manifest to image destination

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vrothberg
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants