https://github.com/containers/podman/blob/master/logo/podman-logo.png?raw=true

Commands

Podman (Pod Manager) Global Options, Environment Variables, Exit Codes, Configuration Files, and more

attach Attach to a running container

auto-update Auto update containers according to their auto-update policy

build Build an image using instructions from Containerfiles

commit Create new image based on the changed container

container Manage Containers

cp Copy files/folders between a container and the local filesystem

create Create but do not start a container

diff Inspect changes on container’s file systems

events Show podman events

exec Run a process in a running container

export Export container’s filesystem contents as a tar archive

generate Generated structured data

healthcheck Manage Healthcheck

history Show history of a specified image

image Manage images

images List images in local storage

import Import a tarball to create a filesystem image

info Display podman system information

init Initialize one or more containers

inspect Display the configuration of a container or image

kill Kill one or more running containers with a specific signal

load Load an image from container archive

login Login to a container registry

logout Logout of a container registry

logs Fetch the logs of a container

manifest Create and manipulate manifest lists and image indexes

mount Mount a working container’s root filesystem

network Manage Networks

pause Pause all the processes in one or more containers

play Play a pod

pod Manage pods

port List port mappings or a specific mapping for the container

ps List containers

pull Pull an image from a registry

push Push an image to a specified destination

rename Rename an existing container

restart Restart one or more containers

rm Remove one or more containers

rmi Removes one or more images from local storage

run Run a command in a new container

save Save image to an archive

search Search registry for image

start Start one or more containers

stats Display a live stream of container resource usage statistics

stop Stop one or more containers

system Manage podman

tag Add an additional name to a local image

top Display the running processes of a container

unmount Unmounts working container’s root filesystem

unpause Unpause the processes in one or more containers

unshare Run a command in a modified user namespace

untag Removes one or more names from a locally-stored image

version Display the Podman Version Information

volume Manage volumes

wait Block on one or more containers