From Fedora Project Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 March 2024

  • curprev 14:1414:14, 18 March 2024Sumantrom talk contribs 643 bytes +643 Created page with "{{QA/Test_Case |description=This test case verifies that Podman can run a container using a specified image. |setup=Ensure Podman is installed and has at least one image available locally (e.g., Fedora). |actions= # Open a terminal. # Execute `podman run --rm -it fedora:latest /bin/bash` to start a container with an interactive shell. |results= # A new container starts without error, providing access to a bash shell. # The `exit` command leaves the container, which is th..."