Chapter 5. Pulling images from a container repository
Pull images from the automation hub container registry to make a copy to your local machine. Automation hub provides the podman pull command for each latest image in the container repository. You can copy and paste this command into your terminal, or use podman pull to copy an image based on an image tag.
5.1. Prerequisites
- You can view and pull from private containers.
5.2. Pulling an image
You can pull images from the automation hub container registry to make a copy to your local machine. Automation hub provides the podman pull command for each latest image in the container repository.
Prerequisites
- You can view and pull images from a private container.
Procedure
- Navigate to Execution Environments.
- Select your container repository.
- In the Pull this image entry, click Copy to clipboard.
- Paste and run the command in your terminal.
Verification
-
Run
podman imagesto view images on your local machine.
5.3. Additional resources
- See the Podman documentation for options to use when pulling images.