dockerd: add Arabic translation (#6822)

beep
Abd El-Twab M. Fakhry 2021-10-06 16:24:16 +02:00 committed by GitHub
parent 59eacfaa43
commit 178e1a1513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.ar/linux/dockerd.md Normal file
View File

@ -0,0 +1,24 @@
# dockerd
> هي عملية مستمرة تعمل في الخلفية تبدأها لتتحكم في حاويات الدوكر.
> لمزيد من التفاصيل: <https://docs.docker.com/engine/reference/commandline/dockerd/>.
- قم بتشغيل دوكر في الخلفية:
`dockerd`
- قم بتشغيل دوكر في الخلفية واجعله يستمع علي منفذ معين (يونكس وبروتوكول ضبط الإرسال):
`dockerd --host unix://{{السوكيت/إلي/المسار}} --host tcp://{{ip}}`
- قم بتشغيل دوكر في الخلفية برقم عملية معين:
`dockerd --pidfile {{ملف_رقم_العملية/إلي/المسار}}`
- قم بتشغيل دوكر في وضع التصحيح واكتشاف الأخطاء:
`dockerd --debug`
- قم بتشغيل دوكر وحدد له مستوي سجل معين:
`dockerd --log-level={{debug|info|warn|error|fatal}}`