Ask Your Question
4

Is it impossible to perform a push operation to the local registry while using podman?

asked 2022-07-23 11:00:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2021-12-26 19:00:00 +0000

scrum gravatar image

No, it is not impossible to perform a push operation to the local registry while using podman. Podman allows you to push images to any registry, including local ones. To push an image to a local registry using podman, you need to tag the image with the registry’s address and port number and then use the push command. For example, to push an image tagged as “myimage” to a local registry running on port 5000, you can use the following command:

podman tag myimage localhost:5000/myimage
podman push localhost:5000/myimage
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-07-23 11:00:00 +0000

Seen: 12 times

Last updated: Dec 26 '21