mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 20:58:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,22 +5,22 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# podman image
|
||||
|
||||
> Manage Docker images.
|
||||
> Manage OCI/Docker container images.
|
||||
> See also: `podman build`, `podman import`, `podman pull`.
|
||||
> More information: <https://docs.podman.io/en/latest/markdown/podman-image.1.html>.
|
||||
|
||||
- List local Docker images:
|
||||
- List local container images:
|
||||
|
||||
`podman image ls`
|
||||
`podman image {{[ls|list]}}`
|
||||
|
||||
- Delete unused local Docker images:
|
||||
- Delete unused local container images:
|
||||
|
||||
`podman image prune`
|
||||
|
||||
- Delete all unused images (not just those without a tag):
|
||||
|
||||
`podman image prune --all`
|
||||
`podman image prune {{[-a|--all]}}`
|
||||
|
||||
- Show the history of a local Docker image:
|
||||
- Show the history of a local container image:
|
||||
|
||||
`podman image history {{image}}`
|
||||
|
||||
Reference in New Issue
Block a user