You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dnf -y update
dnf install -y podman git
# version needs to be >=3.0
podman --version
# for using docker-compose podman.service needs to be running
systemctl status podman.service
systemctl enable --now podman.service
systemctl status podman.service
# enabling and starting podman.service also creates a socket
systemctl status podman.socket
# docker commands get translated to podman commands under the hood
dnf install -y podman-docker
docker images