.nh .TH podman\-container(1) .SH NAME .PP podman\-container \- Manage containers .SH SYNOPSIS .PP \fBpodman container\fP \fIsubcommand\fP .SH DESCRIPTION .PP The container command allows you to manage containers .SH COMMANDS .TS allbox; l l l l l l . \fB\fCCommand\fR \fB\fCMan Page\fR \fB\fCDescription\fR attach podman\-attach(1) Attach to a running container. checkpoint podman\-container\-checkpoint(1) T{ Checkpoints one or more running containers. T} cleanup podman\-container\-cleanup(1) T{ Cleanup the container's network and mountpoints. T} commit podman\-commit(1) T{ Create new image based on the changed container. T} cp podman\-cp(1) T{ Copy files/folders between a container and the local filesystem. T} create podman\-create(1) Create a new container. diff podman\-diff(1) T{ Inspect changes on a container or image's filesystem. T} exec podman\-exec(1) T{ Execute a command in a running container. T} exists podman\-container\-exists(1) T{ Check if a container exists in local storage T} export podman\-export(1) T{ Export a container's filesystem contents as a tar archive. T} init podman\-init(1) Initialize a container inspect podman\-inspect(1) T{ Display a container or image's configuration. T} kill podman\-kill(1) T{ Kill the main process in one or more containers. T} list podman\-ps(1) T{ List the containers on the system.(alias ls) T} logs podman\-logs(1) T{ Display the logs of a container. T} mount podman\-mount(1) T{ Mount a working container's root filesystem. T} pause podman\-pause(1) Pause one or more containers. port podman\-port(1) T{ List port mappings for the container. T} prune podman\-container\-prune(1) T{ Remove all stopped containers from local storage. T} ps podman\-ps(1) T{ Prints out information about containers. T} rename podman\-rename(1) Rename an existing container. restart podman\-restart(1) T{ Restart one or more containers. T} restore podman\-container\-restore(1) T{ Restores one or more containers from a checkpoint. T} rm podman\-rm(1) Remove one or more containers. run podman\-run(1) Run a command in a container. runlabel podman\-container\-runlabel(1) T{ Executes a command as described by a container image label. T} start podman\-start(1) Starts one or more containers. stats podman\-stats(1) T{ Display a live stream of one or more container's resource usage statistics. T} stop podman\-stop(1) T{ Stop one or more running containers. T} top podman\-top(1) T{ Display the running processes of a container. T} unmount podman\-unmount(1) T{ Unmount a working container's root filesystem.(Alias unmount) T} unpause podman\-unpause(1) T{ Unpause one or more containers. T} wait podman\-wait(1) T{ Wait on one or more containers to stop and print their exit codes. T} .TE .SH SEE ALSO .PP podman, podman\-exec, podman\-run