Podman: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
yum | yum install podman | ||
apt | apt update | ||
apt | apt upgrade | ||
apt | apt install podman | ||
==Manage Images== | ==Manage Images== |
Revision as of 05:35, 28 August 2021
yum install podman
apt update apt upgrade apt 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