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
- Open a terminal.
- Execute
podman pull fedora:latest
to pull the latest Fedora container image.
Expected Results
- The command completes without error.
- Podman reports that the Fedora image has been successfully pulled.
Optional
Optionally, try pulling images from different registries to verify broader functionality.