multiple pages, MAINTAINERS: remove trailing whitespace at line ends (#5151)

* multiple pages: remove trailing whitespace at the end of lines

* MAINTAINERS: remove trailing whitespace at the end of lines
This commit is contained in:
bl-ue
2021-01-16 10:33:31 -05:00
committed by GitHub
parent 7f63c6eee9
commit 9614569655
17 changed files with 23 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
> Executa um comando em um novo container Docker.
> Mais informações: <https://docs.docker.com/engine/reference/commandline/run/>.
- Executa um comando em um novo container de uma imagem tagueada:
- Executa um comando em um novo container de uma imagem tagueada:
`docker run {{imagem:tag}} {{comando}}`
@@ -15,7 +15,7 @@
`docker run --rm -it {{image}} {{command}}`
- Executa um comando em um novo container com variáveis de ambiente:
- Executa um comando em um novo container com variáveis de ambiente:
`docker run -e '{{variável}}={{valor}}' -e {{variável}} {{imagem}} {{comando}}`