Podman: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
  yum -y install podman
  yum -y install podman
apt -y update
apt -y upgrade
apt -y install podman


==Manage Images==
==Manage Images==

Revision as of 05:34, 28 August 2021

yum -y install podman
apt -y update
apt -y upgrade
apt -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