github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/docs/source/markdown/podman-container.1.md (about) 1 % podman-container(1) 2 3 ## NAME 4 podman\-container - Manage containers 5 6 ## SYNOPSIS 7 **podman container** *subcommand* 8 9 ## DESCRIPTION 10 The container command allows you to manage containers 11 12 ## COMMANDS 13 14 | Command | Man Page | Description | 15 | --------- | --------------------------------------------------- | ---------------------------------------------------------------------------- | 16 | attach | [podman-attach(1)](podman-attach.1.md) | Attach to a running container. | 17 | checkpoint | [podman-container-checkpoint(1)](podman-container-checkpoint.1.md) | Checkpoints one or more running containers. | 18 | cleanup | [podman-container-cleanup(1)](podman-container-cleanup.1.md) | Cleanup the container's network and mountpoints. | 19 | commit | [podman-commit(1)](podman-commit.1.md) | Create new image based on the changed container. | 20 | cp | [podman-cp(1)](podman-cp.1.md) | Copy files/folders between a container and the local filesystem. | 21 | create | [podman-create(1)](podman-create.1.md) | Create a new container. | 22 | diff | [podman-diff(1)](podman-diff.1.md) | Inspect changes on a container or image's filesystem. | 23 | exec | [podman-exec(1)](podman-exec.1.md) | Execute a command in a running container. | 24 | exists | [podman-container-exists(1)](podman-container-exists.1.md) | Check if a container exists in local storage | 25 | export | [podman-export(1)](podman-export.1.md) | Export a container's filesystem contents as a tar archive. | 26 | init | [podman-init(1)](podman-init.1.md) | Initialize a container | 27 | inspect | [podman-inspect(1)](podman-inspect.1.md) | Display a container or image's configuration. | 28 | kill | [podman-kill(1)](podman-kill.1.md) | Kill the main process in one or more containers. | 29 | list | [podman-ps(1)](podman-ps.1.md) | List the containers on the system.(alias ls) | 30 | logs | [podman-logs(1)](podman-logs.1.md) | Display the logs of a container. | 31 | mount | [podman-mount(1)](podman-mount.1.md) | Mount a working container's root filesystem. | 32 | pause | [podman-pause(1)](podman-pause.1.md) | Pause one or more containers. | 33 | port | [podman-port(1)](podman-port.1.md) | List port mappings for the container. | 34 | prune | [podman-container-prune(1)](podman-container-prune.1.md)| Remove all stopped containers from local storage. | 35 | ps | [podman-ps(1)](podman-ps.1.md) | Prints out information about containers. | 36 | restart | [podman-restart(1)](podman-restart.1.md) | Restart one or more containers. | 37 | restore | [podman-container-restore(1)](podman-container-restore.1.md) | Restores one or more containers from a checkpoint. | 38 | rm | [podman-rm(1)](podman-rm.1.md) | Remove one or more containers. | 39 | run | [podman-run(1)](podman-run.1.md) | Run a command in a container. | 40 | runlabel | [podman-container-runlabel(1)](podman-container-runlabel.1.md) | Executes a command as described by a container image label. | 41 | start | [podman-start(1)](podman-start.1.md) | Starts one or more containers. | 42 | stats | [podman-stats(1)](podman-stats.1.md) | Display a live stream of one or more container's resource usage statistics. | 43 | stop | [podman-stop(1)](podman-stop.1.md) | Stop one or more running containers. | 44 | top | [podman-top(1)](podman-top.1.md) | Display the running processes of a container. | 45 | unmount | [podman-unmount(1)](podman-unmount.1.md) | Unmount a working container's root filesystem.(Alias unmount) | 46 | unpause | [podman-unpause(1)](podman-unpause.1.md) | Unpause one or more containers. | 47 | wait | [podman-wait(1)](podman-wait.1.md) | Wait on one or more containers to stop and print their exit codes. | 48 49 ## SEE ALSO 50 podman, podman-exec, podman-run