1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:15:32 +02:00

podman-images: add Spanish translation (#15051)

This commit is contained in:
Igor Támara 2024-12-07 13:08:36 -05:00 committed by GitHub
parent 023563d6b5
commit 988c886b37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,24 @@
# podman images
> Gestiona imágenes de Podman.
> Más información: <https://docs.podman.io/en/latest/markdown/podman-images.1.html>.
- Lista todas las imágenes de Podman:
`podman images`
- Lista todas las imágenes Podman incluyendo intermedias:
`podman images --all`
- Lista en modo silencioso (sólo ID numérico):
`podman images --quiet`
- Lista todas las imágenes Podman no utilizadas por ningún contenedor:
`podman images --filter dangling=true`
- Lista las imágenes que contienen una subcadena en su nombre:
`podman images "{{*imagen|imagen*}}"`