1.4. Installing container tools
This procedure shows how you can install the container-tools meta-package which contains the Podman, Buildah, Skopeo, CRIU, Udica, and all required libraries.
The stable streams are not available on RHEL 9. To receive stable access to Podman, Buildah, Skopeo, and others, use the RHEL EUS subscription.
Procedure
- Install RHEL.
Register RHEL: Enter your user name and password. The user name and password are the same as your login credentials for Red Hat Customer Portal:
# subscription-manager register Registering to: subscription.rhsm.redhat.com:443/subscription Username: <username> Password: <password>Subscribe to RHEL.
To auto-subscribe to RHEL:
# subscription-manager attach --auto
Install the
container-toolsmeta-package:# dnf install container-toolsYou can also install
podman,buildah, andskopeoindividually if you prefer.Optional: Install the
podman-dockerpackage:# dnf install podman-dockerThe
podman-dockerpackage replaces the Docker command-line interface anddocker-apiwith the matching Podman commands instead.