1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-23 15:24:15 +02:00
tldr/pages.pt_BR/common/podman-image.md
Isaac Vicente 3404f3fef3
podman, podman-*: add pt_BR translation (#10504)
* btrfs-restore: Add pt_BR translation

* btrfs-version: Add pt_BR translation

* btrfs-scrub: Add pt_BR translation

* mkfs.btrfs: Add pt_BR translation

* fix: remove trailing whitespaces and surround example by new line

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* fix: put beginning verbs in infinitive

* podman, podman-*: add pt_BR translation

* fix: typos

* Update pages.pt_BR/common/podman-ps.md

* Update podman-ps.md

---------

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-18 12:04:46 +08:00

513 B

podman image

Gerenciar imagens Docker. Veja também podman build, podman import e podman pull. Mais informações: https://docs.podman.io/en/latest/markdown/podman-image.1.html.

  • Listar imagens Docker locais:

podman image ls

  • Excluir imagens Docker locais não utilizadas:

podman image prune

  • Excluir todas as imagens não utilizadas (não apenas aquelas sem uma tag):

podman image prune --all

  • Mostrar o histórico de uma imagem Docker local:

podman image history {{imagem}}