Skip to content

Files

Latest commit

 

History

History
131 lines (115 loc) · 3.52 KB

creating-an-image-repository-via-docker.adoc

File metadata and controls

131 lines (115 loc) · 3.52 KB

Creating a repository by using Podman

With the proper credentials, you can push an image to a repository using Podman that does not yet exist in your instance. Pushing an image refers to the process of uploading a container image from your local system or development environment to a container registry like After pushing an image to your registry, a repository is created. If you push an image through the command-line interface (CLI) without first creating a repository on the UI, the created repository is set to Private.

Use the following procedure to create an image repository by pushing an image.

Prerequisites
  • You have download and installed the podman CLI.

  • You have logged into your registry.

  • You have pulled an image, for example, busybox.

Procedure
  1. Tag the image on your local system with the new repository and image name. For example:

  2. Push the image to the registry. Following this step, you can use your browser to see the tagged image in your repository.

    + .Example output

    +

Getting image source signatures
Copying blob 6b245f040973 done
Copying config 22667f5368 done
Writing manifest to image destination
Storing signatures