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
subscription-manager using either your account details or the activation key.
Procedure
Open a terminal, and enable the RHEL extensions repository:
# subscription-manager repos --enable rhel-10-for-$(arch)-extensions-rpms
Install Podman Desktop:
# dnf install podman-desktop
y to confirm the installed size.
y to import the GPG key and complete the installation.
Verification
Podman is included with a RHEL subscription, and the application automatically detects and runs it.
Next steps
Perform basic tasks, such as:
Additional resources