From Fedora Project Wiki

Description

This test case ensures that a user can create and run a container using Podman Desktop on Fedora.

Setup

Podman Desktop is installed and running on the Fedora system.

How to test

  1. Open Podman Desktop from the application menu or via terminal.
  2. Navigate to the "Containers" section and select "Create" to initiate a new container setup.
  3. In the container creation dialogue, select an image to use (e.g., fedora:latest) and configure any necessary settings (e.g., port mappings, volume mounts).
  4. Click "Create" to build the container and then "Start" to run the container.
  5. Verify the container is running by navigating to the "Containers" section and observing the container's status.

Expected Results

  1. Podman Desktop allows for the configuration and creation of a new container without errors.
  2. The container based on the selected image (e.g., fedora:latest) is successfully created and started.
  3. The "Containers" section accurately reflects the running status of the newly created container.

Optional

For further exploration, try interacting with the container via Podman Desktop's terminal feature or by attaching additional resources.