mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Update commands section to a table and add missing commands
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
138
docs/podman.1.md
138
docs/podman.1.md
@ -52,104 +52,46 @@ has the capability to debug pods/images created by crio.
|
|||||||
|
|
||||||
## COMMANDS
|
## COMMANDS
|
||||||
|
|
||||||
### attach
|
| Command | Description |
|
||||||
Attach to a running container
|
| ----------------------------------------- | ------------------------------------------------------------------------------ |
|
||||||
|
| [podman-attach(1)](podman-attach.1.md) | Attach to a running container. |
|
||||||
### commit
|
| [podman-build(1)](podman-build.1.md) | Build a container using a Dockerfile. |
|
||||||
Create new image based on the changed container
|
| [podman-commit(1)](podman-commit.1.md) | Create new image based on the changed container. |
|
||||||
|
| [podman-cp(1)](podman-cp.1.md) | Copy files/folders between a container and the local filesystem. |
|
||||||
### create
|
| [podman-create(1)](podman-create.1.md) | Create a new container. |
|
||||||
create a new container
|
| [podman-diff(1)](podman-diff.1.md) | Inspect changes on a container or image's filesystem. |
|
||||||
|
| [podman-exec(1)](podman-exec.1.md) | Execute a command in a running container. |
|
||||||
### diff
|
| [podman-export(1)](podman-export.1.md) | Export a container's filesystem contents as a tar archive. |
|
||||||
Inspect changes on a container or image's filesystem
|
| [podman-history(1)](podman-history.1.md) | Show the history of an image. |
|
||||||
|
| [podman-images(1)](podman-images.1.md) | List images in local storage. |
|
||||||
## exec
|
| [podman-import(1)](podman-import.1.md) | Import a tarball and save it as a filesystem image. |
|
||||||
Execute a command in a running container.
|
| [podman-info(1)](podman-info.1.md) | Displays Podman related system information. |
|
||||||
|
| [podman-inspect(1)](podman-inspect.1.md) | Display a container or image's configuration. |
|
||||||
### export
|
| [podman-kill(1)](podman-kill.1.md) | Kill the main process in one or more containers. |
|
||||||
Export container's filesystem contents as a tar archive
|
| [podman-load(1)](podman-load.1.md) | Load an image from the docker archive. |
|
||||||
|
| [podman-login(1)](podman-login.1.md) | Login to a container registry. |
|
||||||
### history
|
| [podman-logout(1)](podman-logout.1.md) | Logout of a container registry. |
|
||||||
Shows the history of an image
|
| [podman-logs(1)](podman-logs.1.md) | Display the logs of a container. |
|
||||||
|
| [podman-mount(1)](podman-mount.1.md) | Mount a working container's root filesystem. |
|
||||||
### images
|
| [podman-pause(1)](podman-pause.1.md) | Pause one or more containers. |
|
||||||
List images in local storage
|
| [podman-port(1)](podman-port.1.md) | List port mappings for the container. |
|
||||||
|
| [podman-ps(1)](podman-ps.1.md) | Prints out information about containers. |
|
||||||
### info
|
| [podman-pull(1)](podman-pull.1.md) | Pull an image from a registry. |
|
||||||
Displays system information
|
| [podman-push(1)](podman-push.1.md) | Push an image from local storage to elsewhere. |
|
||||||
|
| [podman-rm(1)](podman-rm.1.md) | Remove one or more containers. |
|
||||||
### inspect
|
| [podman-rmi(1)](podman-rmi.1.md) | Removes one or more locally stored images. |
|
||||||
Display a container or image's configuration
|
| [podman-run(1)](podman-run.1.md) | Run a command in a container. |
|
||||||
|
| [podman-save(1)](podman-save.1.md) | Save an image to docker-archive or oci. |
|
||||||
### kill
|
| [podman-search(1)](podman-search.1.md) | Search a registry for an image. |
|
||||||
Kill the main process in one or more containers
|
| [podman-start(1)](podman-start.1.md) | Starts one or more containers. |
|
||||||
|
| [podman-stats(1)](podman-stats.1.md) | Display a live stream of one or more container's resource usage statistics. |
|
||||||
### load
|
| [podman-stop(1)](podman-stop.1.md) | Stop one or more running containers. |
|
||||||
Load an image from docker archive
|
| [podman-tag(1)](podman-tag.1.md) | Add an additional name to a local image. |
|
||||||
|
| [podman-top(1)](podman-top.1.md) | Display the running processes of a container. |
|
||||||
### login
|
| [podman-umount(1)](podman-umount.1.md) | Unmount a working container's root filesystem. |
|
||||||
Login to a container registry
|
| [podman-unpause(1)](podman-unpause.1.md) | Unpause one or more containers. |
|
||||||
|
| [podman-version(1)](podman-version.1.md) | Display the Podman version information. |
|
||||||
### logout
|
| [podman-wait(1)](podman-wait.1.md) | Wait on one or more containers to stop and print their exit codes. |
|
||||||
Logout of a container registry
|
|
||||||
|
|
||||||
### logs
|
|
||||||
Display the logs of a container
|
|
||||||
|
|
||||||
### mount
|
|
||||||
Mount a working container's root filesystem
|
|
||||||
|
|
||||||
### pause
|
|
||||||
Pause one or more containers
|
|
||||||
|
|
||||||
### ps
|
|
||||||
Prints out information about containers
|
|
||||||
|
|
||||||
### pull
|
|
||||||
Pull an image from a registry
|
|
||||||
|
|
||||||
### push
|
|
||||||
Push an image from local storage to elsewhere
|
|
||||||
|
|
||||||
### rm
|
|
||||||
Remove one or more containers
|
|
||||||
|
|
||||||
### rmi
|
|
||||||
Removes one or more locally stored images
|
|
||||||
|
|
||||||
### run
|
|
||||||
Run a command in a new container
|
|
||||||
|
|
||||||
### save
|
|
||||||
Save an image to docker-archive or oci
|
|
||||||
|
|
||||||
## start
|
|
||||||
Starts one or more containers
|
|
||||||
|
|
||||||
### stats
|
|
||||||
Display a live stream of one or more containers' resource usage statistics
|
|
||||||
|
|
||||||
### stop
|
|
||||||
Stops one or more running containers.
|
|
||||||
|
|
||||||
### tag
|
|
||||||
Add an additional name to a local image
|
|
||||||
|
|
||||||
### top
|
|
||||||
Display the running processes of a container
|
|
||||||
|
|
||||||
### umount
|
|
||||||
Unmount a working container's root file system
|
|
||||||
|
|
||||||
### unpause
|
|
||||||
Unpause one or more containers
|
|
||||||
|
|
||||||
### version
|
|
||||||
Display the version information
|
|
||||||
|
|
||||||
### wait
|
|
||||||
Wait on one or more containers to stop and print their exit codes
|
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
crio(8), crio.conf(5)
|
crio(8), crio.conf(5)
|
||||||
|
Reference in New Issue
Block a user