1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 02:15:25 +02:00

pages.{en, pt_BR}: replace the previous dockerd URL with the new one (#12704)

* pages.en: add new shorter dockerd URL

* pages.pt_BR: add new shorter dockerd URL

* pages.ar: add new shorter dockerd URL

* pages.pt_BR: start with double curly brackets
This commit is contained in:
rilysh 2024-05-06 08:32:40 +05:30 committed by GitHub
parent f8c6fdb0fb
commit 502b537ea5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# dockerd
> هي عملية مستمرة تعمل في الخلفية تبدأها لتتحكم في حاويات الدوكر.
> لمزيد من التفاصيل: <https://docs.docker.com/engine/reference/commandline/dockerd/>.
> لمزيد من التفاصيل: <https://docs.docker.com/reference/cli/dockerd/>.
- قم بتشغيل دوكر في الخلفية:

View file

@ -1,7 +1,7 @@
# dockerd
> Um processo persistente para iniciar e gerenciar contêineres Docker.
> Mais informações: <https://docs.docker.com/engine/reference/commandline/dockerd/>.
> Mais informações: <https://docs.docker.com/reference/cli/dockerd/>.
- Executa o daemon do Docker:
@ -21,4 +21,4 @@
- Executa e define um nível de log específico:
`dockerd --log-level {debug|info|warn|error|fatal}}`
`dockerd --log-level {{debug|info|warn|error|fatal}}`

View file

@ -1,7 +1,7 @@
# dockerd
> A persistent process to start and manage Docker containers.
> More information: <https://docs.docker.com/engine/reference/commandline/dockerd/>.
> More information: <https://docs.docker.com/reference/cli/dockerd/>.
- Run Docker daemon: