docker*, x11docker, kdocker: add pt_BR translation (#10507)

* 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

* docker*, x11docker, kdocker: add pt_BR translation

---------

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
This commit is contained in:
Isaac Vicente
2023-09-19 23:04:40 -03:00
committed by GitHub
parent 3f480249d9
commit 82d851a2ba
22 changed files with 591 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# docker pull
> Baixar imagens do Docker de um registro.
> Mais informações: <https://docs.docker.com/engine/reference/commandline/pull/>.
- Baixar uma imagem específica do Docker:
`docker pull {{imagem}}:{{tag}}`
- Baixar uma imagem específica do Docker no modo silencioso:
`docker pull --quiet {{imagem}}:{{tag}}`
- Baixar todas as tags de uma imagem específica do Docker:
`docker pull --all-tags {{imagem}}`
- Baixar imagens do Docker para uma plataforma específica, por exemplo, linux/amd64:
`docker pull --platform {{linux/amd64}} {{imagem}}:{{tag}}`
- Exibir ajuda:
`docker pull --help`