From Fedora Project Wiki

Revision as of 03:48, 17 March 2024 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case verifies that a user can successfully remove a container using Podman Desktop on Fedora. |setup=There is at least one stopped container available to be removed in Podman Desktop. |actions= # Open Podman Desktop and navigate to the "Containers" section. # Select the stopped container you wish to remove. # Click on the "Delete" or "Remove" option to remove the container. # Confirm the removal if prompted. # Verify that the contain...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case verifies that a user can successfully remove a container using Podman Desktop on Fedora.

Setup

There is at least one stopped container available to be removed in Podman Desktop.

How to test

  1. Open Podman Desktop and navigate to the "Containers" section.
  2. Select the stopped container you wish to remove.
  3. Click on the "Delete" or "Remove" option to remove the container.
  4. Confirm the removal if prompted.
  5. Verify that the container no longer appears in the "Containers" list.

Expected Results

  1. The selected container is removed from Podman Desktop without errors.
  2. The "Containers" list is updated, and the removed container does not appear, indicating successful removal.

Optional

Optionally, try removing multiple containers at once or a container with attached volumes to explore how Podman Desktop handles these scenarios.