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>
This commit is contained in:
21
pages.pt_BR/common/podman-image.md
Normal file
21
pages.pt_BR/common/podman-image.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user