Podman

From Chorke Wiki
Revision as of 05:10, 28 August 2021 by Shahed (talk | contribs)
Jump to navigation Jump to search
podman pull fedora:latest
podman run -it fedora bash
~/.local/share/containers

Remove Docker

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

Knowledge

podman logs –latest
podman inspect –l
podman ps

References