From Fedora Project Wiki

Description

This test case ensures that Podman can successfully pull an image from a container registry.

Setup

Ensure Podman is installed on the system.

How to test

  1. Open a terminal.
  2. Execute podman pull fedora:latest to pull the latest Fedora container image.

Expected Results

  1. The command completes without error.
  2. Podman reports that the Fedora image has been successfully pulled.

Optional

Optionally, try pulling images from different registries to verify broader functionality.