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:
24
pages.pt_BR/common/docker-secret.md
Normal file
24
pages.pt_BR/common/docker-secret.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# docker secret
|
||||
|
||||
> Gerenciar segredos do Docker swarm.
|
||||
> Mais informações: <https://docs.docker.com/engine/reference/commandline/secret/>.
|
||||
|
||||
- Criar um novo segredo a partir de `stdin`:
|
||||
|
||||
`{{comando}} | docker secret create {{nome_do_segredo}} -`
|
||||
|
||||
- Criar um novo segredo a partir de um arquivo:
|
||||
|
||||
`docker secret create {{nome_do_segredo}} {{caminho/para/arquivo}}`
|
||||
|
||||
- Listar todos os segredos:
|
||||
|
||||
`docker secret ls`
|
||||
|
||||
- Exibir informações detalhadas sobre um ou vários segredos em um formato amigável ao usuário:
|
||||
|
||||
`docker secret inspect --pretty {{nome_do_segredo1 nome_do_segredo2 ...}}`
|
||||
|
||||
- Remover um ou mais segredos:
|
||||
|
||||
`docker secret rm {{nome_do_segredo1 nome_do_segredo2 ...}}`
|
Reference in New Issue
Block a user