Podman

From Chorke Wiki
Revision as of 05:15, 28 August 2021 by Shahed (talk | contribs)
Jump to navigation Jump to search
yum -y install podman

Manage Images

podman pull fedora:latest
podman run -it fedora bash
~/.local/share/containers

Docker Removal

systemctl stop docker
yum -y remove docker
podman pull fedora:latest

Knowledge

podman logs –latest
podman inspect –l
podman ps

References