podman-container - Man Page

Manage containers

Synopsis

podman container subcommand

Description

The container command allows management of containers

Commands

CommandMan PageDescription
attachpodman-attach(1)Attach to a running container.
checkpointpodman-container-checkpoint(1)Checkpoint one or more running containers.
cleanuppodman-container-cleanup(1)Clean up the container's network and mountpoints.
clonepodman-container-clone(1)Create a copy of an existing container.
commitpodman-commit(1)Create new image based on the changed container.
cppodman-cp(1)Copy files/folders between a container and the local filesystem.
createpodman-create(1)Create a new container.
diffpodman-container-diff(1)Inspect changes on a container's filesystem
execpodman-exec(1)Execute a command in a running container.
existspodman-container-exists(1)Check if a container exists in local storage
exportpodman-export(1)Export a container's filesystem contents as a tar archive.
initpodman-init(1)Initialize a container
inspectpodman-container-inspect(1)Display a container's configuration.
killpodman-kill(1)Kill the main process in one or more containers.
listpodman-ps(1)List the containers on the system.(alias ls)
logspodman-logs(1)Display the logs of a container.
mountpodman-mount(1)Mount a working container's root filesystem.
pausepodman-pause(1)Pause one or more containers.
portpodman-port(1)List port mappings for the container.
prunepodman-container-prune(1)Remove all stopped containers from local storage.
pspodman-ps(1)Print out information about containers.
renamepodman-rename(1)Rename an existing container.
restartpodman-restart(1)Restart one or more containers.
restorepodman-container-restore(1)Restore one or more containers from a checkpoint.
rmpodman-rm(1)Remove one or more containers.
runpodman-run(1)Run a command in a container.
runlabelpodman-container-runlabel(1)Execute a command as described by a container-image label.
startpodman-start(1)Start one or more containers.
statspodman-stats(1)Display a live stream of one or more container's resource usage statistics.
stoppodman-stop(1)Stop one or more running containers.
toppodman-top(1)Display the running processes of a container.
unmountpodman-unmount(1)Unmount a working container's root filesystem.(Alias unmount)
unpausepodman-unpause(1)Unpause one or more containers.
updatepodman-update(1)Update the cgroup configuration of a given container.
waitpodman-wait(1)Wait on one or more containers to stop and print their exit codes.

See Also

podman(1), podman-exec(1), podman-run(1)

Referenced By

podman(1), podman-container-cleanup(1), podman-container-diff(1), podman-container-inspect(1), podman-generate(1), podman-generate-systemd(1), podman-kube(1), podman-kube-apply(1), podman-kube-generate(1), podman-remote(1).

The man page docker-container(1) is an alias of podman-container(1).