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:
parent
023563d6b5
commit
988c886b37
1 changed files with 24 additions and 0 deletions
24
pages.es/common/podman-images.md
Normal file
24
pages.es/common/podman-images.md
Normal 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*}}"`
|
Loading…
Add table
Reference in a new issue