mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
podman-image: add Spanish translation (#15050)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
ceac50940b
commit
52cb0143af
1 changed files with 21 additions and 0 deletions
21
pages.es/common/podman-image.md
Normal file
21
pages.es/common/podman-image.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# podman image
|
||||
|
||||
> Gestiona imágenes Docker.
|
||||
> Vea también: `podman build`, `podman import` y `podman pull`.
|
||||
> Más información: <https://docs.podman.io/en/latest/markdown/podman-image.1.html>.
|
||||
|
||||
- Lista imágenes locales de Docker:
|
||||
|
||||
`podman image ls`
|
||||
|
||||
- Elimina imágenes locales de Docker no utilizadas:
|
||||
|
||||
`podman image prune`
|
||||
|
||||
- Elimina todas las imágenes no utilizadas (no sólo aquellas sin una etiqueta):
|
||||
|
||||
`podman image prune --all`
|
||||
|
||||
- Muestra la historia de una imagen Docker local:
|
||||
|
||||
`podman image history {{imagen}}`
|
Loading…
Add table
Reference in a new issue