mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages.pt*: fix verb tenses * pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt*: fix more verb tenses * review PR --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
509 B
509 B
podman image
Gerenciar imagens Docker. Veja também
podman build
,podman import
epodman pull
. Mais informações: https://docs.podman.io/en/latest/markdown/podman-image.1.html.
- Lista imagens Docker locais:
podman image ls
- Exclui imagens Docker locais não utilizadas:
podman image prune
- Exclui todas as imagens não utilizadas (não apenas aquelas sem uma tag):
podman image prune --all
- Mostra o histórico de uma imagem Docker local:
podman image history {{imagem}}