2.6. Pushing a container image to the registry
To push an image to your own registry, or a third party registry, and share it with others, use the podman push command. The following procedure uses the Red Hat Quay registry as an example.
Prerequisites
-
The
container-toolsmeta-package is installed. - An image is built and available on the local system.
- You have created the Red Hat Quay registry. For more information, see Proof of Concept - Deploying Red Hat Quay.
Procedure
Push the
quay.io/<namespace>/<image>:<tag>container image from your local storage to the registry:$ podman push quay.io/<namespace>/<image>:<tag>