Podman Desktop helps developers to perform their daily development tasks and visualize their development environment, such as the number of pods or containers running. You can run this tool on three different operating systems; macOS, Windows, and Linux. Podman Desktop runs your workloads on a Podman engine and therefore, provides you Podman-native capabilities to interact with your containerized applications. As a developer, you can:

For installation, use the subscription manager package on a RHEL 10 machine.

Prerequisites

Procedure

  1. Open a terminal, and enable the RHEL extensions repository:

    # subscription-manager repos --enable rhel-10-for-$(arch)-extensions-rpms
  2. Enter your password when prompted.
  3. Install Podman Desktop:

    # dnf install podman-desktop
  4. Enter y to confirm the installed size.
  5. Enter y to import the GPG key and complete the installation.

Verification

  1. Enter Podman Desktop in the search box at the top of your home screen, and click the Podman Desktop application to open it.
  2. Follow the prompts to complete a quick onboarding process with the application.
注意

Podman is included with a RHEL subscription, and the application automatically detects and runs it.

Next steps

Additional resources