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>
20 lines
431 B
Markdown
20 lines
431 B
Markdown
# podman rmi
|
|
|
|
> Remover uma ou mais imagens do Podman.
|
|
> Mais informações: <https://docs.podman.io/en/latest/markdown/podman-rmi.1.html>.
|
|
|
|
- Remove uma ou mais imagens pelo nome delas:
|
|
|
|
`podman rmi {{imagem:tag}} {{imagem2:tag}} {{...}}`
|
|
|
|
- Remove uma imagem forçadamente:
|
|
|
|
`podman rmi --force {{imagem}}`
|
|
|
|
- Remove uma imagem sem excluir os pais não marcados:
|
|
|
|
`podman rmi --no-prune {{imagem}}`
|
|
|
|
- Exibe ajuda:
|
|
|
|
`podman rmi`
|