common/*: update pt_BR translation (#10982)
* common/*: update pt_BR translation --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
# docker image
|
||||
|
||||
> Gerenciar imagens do Docker.
|
||||
> Gerencia imagens do Docker.
|
||||
> Veja também `docker build`, `docker import` e `docker pull`.
|
||||
> Mais informações: <https://docs.docker.com/engine/reference/commandline/image/>.
|
||||
|
||||
- Listar imagens Docker locais:
|
||||
- Lista imagens Docker locais:
|
||||
|
||||
`docker image ls`
|
||||
|
||||
- Excluir imagens Docker locais não utilizadas:
|
||||
- Exclui imagens Docker locais não utilizadas:
|
||||
|
||||
`docker image prune`
|
||||
|
||||
- Excluir todas as imagens não utilizadas (não apenas aquelas sem uma tag):
|
||||
- Exclui todas as imagens não utilizadas (não apenas aquelas sem uma etiqueta):
|
||||
|
||||
`docker image prune --all`
|
||||
|
||||
- Mostrar o histórico de uma imagem Docker local:
|
||||
- Mostra o histórico de uma imagem Docker local:
|
||||
|
||||
`docker image history {{imagem}}`
|
||||
|
Reference in New Issue
Block a user