Edge-home-orchestration-go: مشكلة مع ملف tar على عامل ميناء

تم إنشاؤها على ١٥ أغسطس ٢٠٢١  ·  33تعليقات  ·  مصدر: lf-edge/edge-home-orchestration-go

pi @ raspberrypi : ~ $ docker run -it -d --privileged --network = "host" --name edge-orchestration -v / var / edge-orchestration /: / var / edge-orchestration /: rw -v / var / run / docker.sock: / var / run / docker. جورب: rw -v / proc /: / process /: ro edge-orch estration: جوز الهند
تعذر العثور على صورة "حافة الأورك: جوز الهند " محليًا
عامل الإرساء: استجابة خطأ من البرنامج الخفي: تم رفض الوصول للسحب لتزامن الحافة ، أو أن المستودع غير موجود أو قد يتطلب "تسجيل دخول عامل الإرساء": مرفوض: تم رفض الوصول المطلوب إلى المورد.
انظر "تعليمات تشغيل عامل الإرساء".
pi @ raspberrypi : ~ $

لا أستطيع تحميل حاوية عامل الإرساء

التعليق الأكثر فائدة

ما زلت غير قادر على فهم أين أخطأت

أحسنت. أنت فعلت ذلك!

> > pi<strong i="8">@raspberrypi</strong>:/edge-home-orchestration-go/bin $ docker run -it -d --privileged --network="host" --name edge-orchestration -v /var/edge-orchestration/:/var/edge-orchestration/:rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v /proc/:/process/:ro edge-orchestration:coconut
> > 6c3d4582207dd40939c4932417eb4b4f8277a263d780a516fe713f9411da73ab
> > pi<strong i="9">@raspberrypi</strong>:/edge-home-orchestration-go/bin $ sudo netstat -nap | grep 56001
> > tcp6       0      0 :::56001                :::*                    LISTEN      5830/edge-orchestra
> > pi<strong i="10">@raspberrypi</strong>:/edge-home-orchestration-go/bin $ curl -X POST "127.0.0.1:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ "ServiceName": "hello-world", "ServiceInfo": [{ "ExecutionType": "container", "ExecCmd": [ "docker", "run", "-v", "/var/run:/var/run:rw", "hello-world"]}], "StatusCallbackURI": "[http://localhost:8888/api/v1/services/notification\"}](http://localhost:8888/api/v1/services/notification%5C%22%7D)"
> > {"Message":"ERROR_NONE","RemoteTargetInfo":{"ExecutionType":"container","Target":"192.168.0.37"},"ServiceName":"hello-world"}
> > pi<strong i="11">@raspberrypi</strong>:/edge-home-orchestration-go/bin $ curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ "ServiceName": "hello-world", "ServiceInfo": [{ "ExecutionType": "container", "ExecCmd": [ "docker", "run", "-v", "/var/run:/var/run:rw", "hello-world"]}], "StatusCallbackURI": "[http://localhost:8888/api/v1/services/notification\"}](http://localhost:8888/api/v1/services/notification%5C%22%7D)"
> > {"Message":"ERROR_NONE","RemoteTargetInfo":{"ExecutionType":"container","Target":"192.168.0.37"},"ServiceName":"hello-world"}

> > INFO[2021-08-19T07:24:41Z]externalhandler.go:93 APIV1RequestServicePost [RestExternalInterface] APIV1RequestServicePost
> > INFO[2021-08-19T07:24:41Z]externalhandler.go:157 APIV1RequestServicePost port:  33118
> > INFO[2021-08-19T07:24:42Z]senderresolver.go:75 GetNameByPort returning:  curl
> > INFO[2021-08-19T07:24:42Z]externalhandler.go:162 APIV1RequestServicePost requester:  curl
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:131 RequestService [RequestService] hello-world: [{container [docker run -v /var/run:/var/run:rw hello-world] map[]}]
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:157 RequestService [RequestService] getCandidate
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:159 RequestService [0] Id       : edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:160 RequestService [0] ExecType : container
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:161 RequestService [0] Endpoint : [192.168.0.37]
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:162 RequestService
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:340 func3 [orchestrationapi] deviceScore
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:341 func3 candidate Id       : edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:342 func3 candidate ExecType : container
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:343 func3 candidate Endpoint : 192.168.0.37
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:344 func3 candidate score    : 14.846495859252466
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:247 RequestService [orchestrationapi]  [{edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 192.168.0.37 14.846495859252466 map[] container}]
> > INFO[2021-08-19T07:24:42Z]containerexecutor.go:70 Execute [containerexecutor] hello-world [docker run -v /var/run:/var/run:rw hello-world]
> > INFO[2021-08-19T07:24:42Z]containerexecutor.go:71 Execute [containerexecutor] parameter length : 5
> > INFO[2021-08-19T07:24:42Z]route.go:131 func1 From [127.0.0.1:33118] POST /api/v1/orchestration/services APIV1RequestServicePost 146.304475ms
> > {"status":"Pulling from library/hello-world","id":"latest"}
> > {"status":"Digest: sha256:0fe98d7debd9049c50b597ef1f85b7c1e8cc81f59c8d623fcb2250e8bec85b38"}
> > {"status":"Status: Image is up to date for hello-world:latest"}
> > INFO[2021-08-19T07:24:44Z]containerexecutor.go:91 Execute [containerexecutor] create container : 20d38d8de7
> > 2021-08-19T07:24:45.974837713Z
> > 2021-08-19T07:24:45.975191565Z Hello from Docker!
> > 2021-08-19T07:24:45.975228075Z This message shows that your installation appears to be working correctly.
> > 2021-08-19T07:24:45.975258648Z
> > 2021-08-19T07:24:45.975288336Z To generate this message, Docker took the following steps:
> > 2021-08-19T07:24:45.975318752Z  1. The Docker client contacted the Docker daemon.
> > 2021-08-19T07:24:45.975349169Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
> > 2021-08-19T07:24:45.975380470Z     (arm32v7)
> > 2021-08-19T07:24:45.975410054Z  3. The Docker daemon created a new container from that image which runs the
> > 2021-08-19T07:24:45.975440418Z     executable that produces the output you are currently reading.
> > 2021-08-19T07:24:45.975470835Z  4. The Docker daemon streamed that output to the Docker client, which sent it
> > 2021-08-19T07:24:45.975515991Z     to your terminal.
> > 2021-08-19T07:24:45.975546147Z
> > 2021-08-19T07:24:45.975575626Z To try something more ambitious, you can run an Ubuntu container with:
> > 2021-08-19T07:24:45.975605990Z  $ docker run -it ubuntu bash
> > 2021-08-19T07:24:45.975637500Z
> > 2021-08-19T07:24:45.975669115Z Share images, automate workflows, and more with a free Docker ID:
> > 2021-08-19T07:24:45.975699583Z  https://hub.docker.com/
> > 2021-08-19T07:24:45.975728802Z
> > 2021-08-19T07:24:45.975758229Z For more examples and ideas, visit:
> > 2021-08-19T07:24:45.975797916Z  https://docs.docker.com/get-started/
> > 2021-08-19T07:24:45.975828541Z
> > INFO[2021-08-19T07:24:46Z]containerexecutor.go:117 Execute [containerexecutor] container execution status : 0
> > INFO[2021-08-19T07:24:46Z]orchestrationapi.go:448 listenNotify [orchestrationapi] service status changed [appNames:hello-world][status:Finished]
> > INFO[2021-08-19T07:24:49Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
> > INFO[2021-08-19T07:24:49Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe

ال 33 كومينتر

لبدء تنسيق الحافة ، تحتاج إلى اتخاذ الخطوات الموضحة هنا . إذا كانت لديك أسئلة اكتب لي وسأحاول الإجابة عليها!

لقد فعلت كل ما هو مكتوب في الوصف. على الرغم من كل جهودي وتجاربي ، كنت أتلقى نفس الخطأ مرارًا وتكرارًا.

عندما أحاول تحميل ملف edge-orchestration.tar ، يتم تحميله بنجاح. ولكن عندما أقوم بتحميل الصور ، فإنها تظهر لي كما هو موضح أدناه:

صور عامل ميناء
حجم معرف صورة المستودع الذي تم إنشاؤه
لا شيء لا شيء f925adb3 .... منذ 3 ثوان 171MB

لقد تحققت للتو وكل شيء يعمل بشكل جيد.

pi<strong i="6">@raspberrypi</strong>:~ $ docker images
REPOSITORY           TAG       IMAGE ID       CREATED          SIZE
edge-orchestration   coconut   8b3bc48edd34   27 minutes ago   159MB
hello-world          latest    851163c78e4a   19 months ago    4.85kB

اكتب بمزيد من التفصيل كيف تبني ووصف النظام الأساسي الذي تم البناء عليه.

لقد استخدمت لوح التوت pi 3b
ولقد فعلت البناء وفقًا لذلك مكتوبًا على raspberry_pi3.md

وباستخدام الخيار 2. قم بالبناء مباشرة على لوح التوت pi3

لقد قمت ببناء المتطلبات الأساسية أولاً ، ثم gocompiler.

ثم قمت باستنساخ كود git من الرابط المحدد.

لقد قمت أيضًا بتثبيت gocov و gocov-html و staticcheck وأدوات لينوكس الإضافية أيضًا.

لقد نجحت للتو في البناء (مباشرة على لوحة raspberry pi 3b) وأطلقت تنسيق الحافة.
دعنا نتخذ الخطوات التالية باستمرار:

$ cd <YOUR_DIRECTORY_PATH>/edge-home-orchestration-go
$ make distclean
$ make create_context CONFIGFILE=armc
$ make

التالي مزيد من التفاصيل:

pi<strong i="10">@raspberrypi</strong>:~/projects/edge-home-orchestration-go $ docker images
REPOSITORY       TAG       IMAGE ID       CREATED         SIZE
arm32v7/ubuntu   16.04     f46cdaad2749   2 weeks ago     106MB
hello-world      latest    851163c78e4a   19 months ago   4.85kB
pi<strong i="11">@raspberrypi</strong>:~/projects/edge-home-orchestration-go $ cd bin/
pi<strong i="12">@raspberrypi</strong>:~/projects/edge-home-orchestration-go/bin $ ls
edge-orchestration  edge-orchestration.tar  qemu
pi<strong i="13">@raspberrypi</strong>:~/projects/edge-home-orchestration-go/bin $ docker load -i edge-orchestration.tar
ad79db33824f: Loading layer [==================================================>]  18.81MB/18.81MB
e95fd3a21c29: Loading layer [==================================================>]  2.048kB/2.048kB
bbe81e41c183: Loading layer [==================================================>]   2.56kB/2.56kB
d1cdd59a814e: Loading layer [==================================================>]  26.79MB/26.79MB
4071d8510dd0: Loading layer [==================================================>]  2.571MB/2.571MB
Loaded image: edge-orchestration:coconut
pi<strong i="14">@raspberrypi</strong>:~/projects/edge-home-orchestration-go/bin $ docker images
REPOSITORY           TAG       IMAGE ID       CREATED          SIZE
edge-orchestration   coconut   3354de41d248   13 minutes ago   154MB
arm32v7/ubuntu       16.04     f46cdaad2749   2 weeks ago      106MB
hello-world          latest    851163c78e4a   19 months ago    4.85kB
pi<strong i="15">@raspberrypi</strong>:~/projects/edge-home-orchestration-go/bin $ docker run -it -d --privileged --network="host" --name edge-orchestration -v /var/edge-orchestration/:/var/edge-orchestration/:rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v /proc/:/process/:ro edge-orchestration:coconut
047d30372ff214b1fa3304c3c319ac145298b6abff4a22dd48b937af3b2d122f
pi<strong i="16">@raspberrypi</strong>:~/projects/edge-home-orchestration-go/bin $

هل يمكنك أن ترسل لي فيديو عندما أنشأت المشروع من فضلك. أنا لست قادرا
حيث أخطأ.

لقد حاولت مرة أخرى ، وما زلت أتلقى نفس رسالة الخطأ.

يوم الاثنين 16 أغسطس 2021 الساعة 14:15 Taras Drozdovskyi @ . * >
كتب:

لقد نجحت للتو في البناء (مباشرة على لوحة التوت pi 3b) و
أطلقت تزامن الحافة.
دعنا نتخذ الخطوات التالية باستمرار:

قرص مضغوط/ edge-home-orchestration-go
$ اجعل ديسكلين
$ make create_context CONFIGFILE = armc
$ صنع

التالي مزيد من التفاصيل:

@ . : ~ / project / edge-home-orchestration-go $ docker imagesحجم معرف صورة المستودع الذي تم إنشاؤهarm32v7 / ubuntu 16.04 f46cdaad2749 منذ أسبوعين 106 ميجا بايتhello-world الأحدث 851163c78e4a منذ 19 شهرًا 4.85kB* @ . : ~ / projects / edge-home-orchestration-go $ cd bin /
@ . : ~ / projects / edge-home-orchestration-go / bin $ lsتنسيق الحافة - تنسيق الحافة. : ~ / project / edge-home-orchestration-go / bin $ docker load -i edge-orchestration.tar
ad79db33824f: تحميل الطبقة [=============================================== =====>] 18.81 ميغا بايت / 18.81 ميغا بايت
e95fd3a21c29: تحميل الطبقة [=============================================== =====>] 2.048 كيلو بايت / 2.048 كيلو بايت
bbe81e41c183: تحميل الطبقة [=============================================== =====>] 2.56 كيلو بايت / 2.56 كيلو بايت
d1cdd59a814e: تحميل الطبقة [=============================================== =====>] 26.79 ميغا بايت / 26.79 ميغا بايت
4071d8510dd0: تحميل الطبقة [=============================================== =====>] 2.571 ميغا بايت / 2.571 ميغا بايت
الصورة المحملة: حافة السحلية: جوز الهند
@ . : ~ / projects / edge-home-orchestration-go / bin $ docker imagesحجم معرف صورة المستودع الذي تم إنشاؤهedge-orchestration coconut 3354de41d248 منذ 13 دقيقة 154 ميجا بايتarm32v7 / ubuntu 16.04 f46cdaad2749 منذ أسبوعين 106 ميجا بايتhello-world الأحدث 851163c78e4a منذ 19 شهرًا 4.85kB. : ~ / projects / edge-home-orchestration-go / bin $ docker run -it -d --privileged --network = "host" --name edge-orchestration -v / var / edge-orchestration /: / var / تنسيق الحافة /: rw -v /var/run/docker.sock:/var/run/docker. جورب: rw -v / proc /: / process /: ro edge-orch estration: جوز الهند
047d30372ff214b1fa3304c3c319ac145298b6abff4a22dd48b937af3b2d122f
@ . **: ~ / projects / edge-home-orchestration-go / bin $

-
أنت تتلقى هذا لأنك علقت.
قم بالرد على هذا البريد الإلكتروني مباشرة ، وقم بعرضه على GitHub
https://github.com/lf-edge/edge-home-orchestration-go/issues/363#issuecomment-899501233 ،
أو إلغاء الاشتراك
https://github.com/notifications/unsubscribe-auth/APTA5RUWOIKISKF2AU3KLLTT5EFPJANCNFSM5CGFXW7Q
.

أعتقد أنه سيكون من الصواب إرسال سجل مفصل لهم ماذا تفعل.

أواجه نفس المشكلة مرارًا وتكرارًا من جانبي .. هل من الممكن أن ترسل لي مقطع فيديو تعليميًا حول كيفية إنشاء المشروع والاختبار باستخدام أجهزة الحافة المنزلية ، حتى أتمكن من متابعة بناء المشروع.

مرحبًا ، أواجه مشكلة في توصيل لوحة raspberry pi3b بخادم RESTAPI ، هل يمكن لأي شخص مساعدتي في ذلك من فضلك !!!

نريد حقًا مساعدتك ، ولكن في كل مرة لا تظهر فيها السجل الذي لديك ، ومن الصعب علينا مساعدتك.

INFO [2021-08-16T19: 33: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 33: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 33: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 33: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 34: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 34: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 34: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 34: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 34: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 34: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 34: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 34: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 34: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 34: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 34: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 35: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 35: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 35: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 35: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 35: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 35: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 35: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 35: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 35: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 35: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 35: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 36: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 36: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 36: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 36: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 36: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 36: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 36: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 36: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 36: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 36: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 36: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 37: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 37: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 37: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 37: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 37: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 37: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 37: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 37: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 37: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 37: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 37: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 38: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 38: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 38: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 38: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 38: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 38: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 38: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 38: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 38: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 38: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 38: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 39: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 39: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 39: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 39: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 39: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 39: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 39: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 39: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 39: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 39: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 39: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 40: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 40: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 40: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 40: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 40: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 40: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 40: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 40: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 40: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 40: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 40: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 41: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 41: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 41: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 41: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 41: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 41: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 41: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 41: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 41: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 41: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 41: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 42: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 42: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 42: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 42: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 42: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 42: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 42: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 42: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 42: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 42: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 42: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 43: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 43: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 43: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 43: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 43: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 43: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 43: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 43: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 43: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 43: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 43: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 44: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 44: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 44: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 44: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 44: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 44: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 44: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 44: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 44: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 44: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 44: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 45: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 45: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 45: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 45: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 45: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 45: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 45: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 45: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 45: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 45: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 45: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 46: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 46: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 46: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 46: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 46: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 46: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 46: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 46: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 46: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 46: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 46: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 47: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 47: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 47: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 47: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 47: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 47: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 47: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 47: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 47: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 47: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 47: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 48: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 48: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 48: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 48: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 48: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 48: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 48: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 48: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 48: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 48: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 48: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 49: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 49: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 49: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 49: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 49: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 49: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 49: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 49: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 49: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 49: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 49: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 50: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 50: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 50: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 50: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 50: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 50: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 50: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 50: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 50: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 50: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 50: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 51: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 51: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 51: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 51: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 51: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 51: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 51: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 51: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 51: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 51: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 51: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 52: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 52: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 52: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 52: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 52: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 52: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 52: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 52: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 52: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 52: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 52: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 53: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 53: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 53: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 53: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 53: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 53: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 53: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 53: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 53: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 53: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 53: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 54: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 54: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 54: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 54: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 54: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 54: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 54: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 54: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 54: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 54: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 54: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 55: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 55: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 55: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 55: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 55: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 55: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 55: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 55: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 55: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 55: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 55: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 56: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 56: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 56: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 56: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 56: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 56: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 56: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 56: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 56: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 56: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 56: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 57: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 57: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 57: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 57: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 57: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 57: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 57: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 57: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 57: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 57: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-16T19: 57: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 58: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 58: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 58: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 58: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 58: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 58: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 58: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 58: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 58: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 58: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 58: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T19: 59: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T19: 59: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 59: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 59: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 59: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 59: 13Z] discovery.go: 577 func1
INFO [2021-08-16T19: 59: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T19: 59: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T19: 59: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T19: 59: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T19: 59: 13Z] discovery.go: 577 func1
INFO [2021-08-16T20: 00: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T20: 00: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T20: 00: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T20: 00: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T20: 00: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T20: 00: 13Z] discovery.go: 577 func1
INFO [2021-08-16T20: 00: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-16T20: 00: 13Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-16T20: 00: 13Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-16T20: 00: 13Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-16T20: 00: 13Z] discovery.go: 577 func1
معلومات [2021-08-16T20: 01: 13Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-16T20: 01: 13Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:01:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:01:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:01:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:01:13Z]discovery.go:577 func1
INFO[2021-08-16T20:01:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:01:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:01:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:01:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:01:13Z]discovery.go:577 func1
INFO[2021-08-16T20:02:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:02:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:02:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:02:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:02:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:02:13Z]discovery.go:577 func1
INFO[2021-08-16T20:02:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:02:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:02:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:02:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:02:13Z]discovery.go:577 func1
INFO[2021-08-16T20:03:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:03:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:03:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:03:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:03:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:03:13Z]discovery.go:577 func1
INFO[2021-08-16T20:03:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:03:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:03:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:03:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:03:13Z]discovery.go:577 func1
INFO[2021-08-16T20:04:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:04:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:04:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:04:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:04:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:04:13Z]discovery.go:577 func1
INFO[2021-08-16T20:04:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:04:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:04:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:04:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:04:13Z]discovery.go:577 func1
INFO[2021-08-16T20:05:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:05:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:05:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:05:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:05:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:05:13Z]discovery.go:577 func1
INFO[2021-08-16T20:05:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:05:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:05:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:05:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:05:13Z]discovery.go:577 func1
INFO[2021-08-16T20:06:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:06:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:06:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:06:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:06:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:06:13Z]discovery.go:577 func1
INFO[2021-08-16T20:06:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:06:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:06:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:06:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:06:13Z]discovery.go:577 func1
INFO[2021-08-16T20:07:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:07:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:07:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:07:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:07:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:07:13Z]discovery.go:577 func1
INFO[2021-08-16T20:07:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:07:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:07:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:07:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:07:13Z]discovery.go:577 func1
INFO[2021-08-16T20:08:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:08:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:08:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:08:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:08:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:08:13Z]discovery.go:577 func1
INFO[2021-08-16T20:08:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:08:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:08:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:08:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:08:13Z]discovery.go:577 func1
INFO[2021-08-16T20:09:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:09:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:09:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:09:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:09:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:09:13Z]discovery.go:577 func1
INFO[2021-08-16T20:09:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:09:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:09:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:09:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:09:13Z]discovery.go:577 func1
INFO[2021-08-16T20:10:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:10:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:10:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:10:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:10:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:10:13Z]discovery.go:577 func1
INFO[2021-08-16T20:10:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:10:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:10:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:10:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:10:13Z]discovery.go:577 func1
INFO[2021-08-16T20:11:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:11:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:11:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:11:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:11:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:11:13Z]discovery.go:577 func1
INFO[2021-08-16T20:11:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:11:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:11:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:11:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:11:13Z]discovery.go:577 func1
INFO[2021-08-16T20:12:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:12:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:12:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:12:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:12:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:12:13Z]discovery.go:577 func1
INFO[2021-08-16T20:12:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:12:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:12:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:12:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:12:13Z]discovery.go:577 func1
INFO[2021-08-16T20:13:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:13:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:13:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:13:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:13:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:13:13Z]discovery.go:577 func1
INFO[2021-08-16T20:13:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:13:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:13:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:13:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:13:13Z]discovery.go:577 func1
INFO[2021-08-16T20:14:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:14:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:14:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:14:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:14:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:14:13Z]discovery.go:577 func1
INFO[2021-08-16T20:14:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:14:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:14:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:14:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:14:13Z]discovery.go:577 func1
INFO[2021-08-16T20:15:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:15:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:15:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:15:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:15:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:15:13Z]discovery.go:577 func1
INFO[2021-08-16T20:15:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:15:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:15:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:15:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:15:13Z]discovery.go:577 func1
INFO[2021-08-16T20:16:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:16:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:16:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:16:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:16:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:16:13Z]discovery.go:577 func1
INFO[2021-08-16T20:16:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:16:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:16:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:16:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:16:13Z]discovery.go:577 func1
INFO[2021-08-16T20:17:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:17:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:17:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:17:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:17:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:17:13Z]discovery.go:577 func1
INFO[2021-08-16T20:17:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:17:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:17:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:17:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:17:13Z]discovery.go:577 func1
INFO[2021-08-16T20:18:13Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-16T20:18:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:18:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:18:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:18:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:18:13Z]discovery.go:577 func1
INFO[2021-08-16T20:18:13Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-16T20:18:13Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-16T20:18:13Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-16T20:18:13Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-16T20:18:13Z]discovery.go:577 func1

أحصل على هذا عندما أفعل * docker logs -f edge-orchestration

هل يمكنك إعلامي ، كيف يمكنني المضي قدمًا

بعد أن تبدأ تزامن الحافة ، يمكنك إرسال طلب لبدء الحاوية hello-world باستخدام الأمر:

$ curl -X POST "IP:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"ServiceName\": \"hello-world\", \"ServiceInfo\": [{ \"ExecutionType\": \"container\", \"ExecCmd\": [ \"docker\", \"run\", \"-v\", \"/var/run:/var/run:rw\", \"hello-world\"]}], \"StatusCallbackURI\": \"http://localhost:8888/api/v1/services/notification\"}"

حيث IP هو عنوان IP الخاص بك

curl -X POST "80.195.171.141:56001/api/v1/orchestration/services" -H "Accept: application / json" -H "Content-Type: application / json" -d "{\" ServiceName \ ": \ "hello-world \"، \ "ServiceInfo \": [{\ "ExecutionType \": \ "container \"، \ "ExecCmd \": [\ "docker \"، \ "run \"، \ "- v \ "، \" / var / run: / var / run: rw \ "، \" hello-world \ "]}]، \" StatusCallbackURI \ ": \" http: // localhost : 8888 / api / v1 / الخدمات / الإخطار \ "}"

curl: (7) فشل الاتصال بمنفذ 80.195.171.141 56001: انتهت مهلة الاتصال

انها تظهر لي مثل هذا

من فضلك ، جرب العنوان 192.168.0.37

curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "Accept: application / json" -H "Content-Type: application / json" -d "{\" ServiceName \ ": \ "hello-world \"، \ "ServiceInfo \": [{\ "ExecutionType \": \ "container \"، \ "ExecCmd \": [\ "docker \"، \ "run \"، \ "- v \ "، \" / var / run: / var / run: rw \ "، \" hello-world \ "]}]، \" StatusCallbackURI \ ": \" http: // localhost : 8888 / api / v1 / الخدمات / الإخطار \ "}"
curl: (7) فشل الاتصال بمنفذ 192.168.0.37 56001: تم رفض الاتصال

الرجاء التنفيذ

$ docker stop edge-orchestration
$ docker rm edge-orchestration
$ docker run -it -d --privileged --network="host" --name edge-orchestration -v /var/edge-orchestration/:/var/edge-orchestration/:rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v /proc/:/process/:ro edge-orchestration:coconut
$ curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ "ServiceName": "hello-world", "ServiceInfo": [{ "ExecutionType": "container", "ExecCmd": [ "docker", "run", "-v", "/var/run:/var/run:rw", "hello-world"]}], "StatusCallbackURI": "http://localhost:8888/api/v1/services/notification\"}"

pi @ raspberrypi : ~ / edge-home-orchestration-go / bin $ docker stop edge-orchestration
تنسيق الحافة
pi @ raspberrypi : ~ / edge-home-orchestration-go / bin $ docker rm edge-orchestration
تنسيق الحافة
pi @ raspberrypi : ~ / edge-home-orchestration-go / bin $ docker run -it -d --privileged --network = "host" --name edge-orchestration -v / var / edge-orchestration /: / var / edge-orchestration /: rw -v /var/run/docker.sock:/var/run/docker. جورب: rw -v / proc /: / process /: ro edge-orch estration: جوز الهند
b970d50e1035ba0c2e5b42b64025662dd04a774ff1aa9ab55c36e1ee964c66ec
pi @ raspberrypi : ~ / edge-home-orchestration-go / bin $ curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "Accept: application / json" -H "Content-Type : application / json "-d" {"ServiceName": "hello-world"، "ServiceInfo": [{"ExecutionType": "container"، "ExecCmd": ["docker"، "run"، "-v" ، "/ var / run: / var / run: rw "، "hello-world"]}]، "StatusCallbackURI": " http: // localhost : 8888 / api / v1 / services / الإعلام \"} "

لا يوجد تغيير ، تجمد فقط مثل هذا

الرجاء مشاركة السجل

$ docker logs -f edge-orchestration

سجلات عامل الإرساء - و تزامن الحافة
INFO [2021-08-17T19: 12: 54Z] main.go: 91 orchestrationInit [الواجهة] OrchestrationInit
INFO [2021-08-17T19: 12: 54Z] main.go: 92 orchestrationInit >>> الالتزام ID: e75c75e
INFO [2021-08-17T19: 12: 54Z] main.go: 93 orchestrationInit >>> الإصدار:
INFO [2021-08-17T19: 12: 54Z] main.go: 94 orchestrationInit >>> وقت البناء: 20210816.1929
INFO [2021-08-17T19: 12: 54Z] main.go: 95 orchestrationInit >>> buildTags:
INFO [2021-08-17T19: 12: 54Z] cipherDummy.go: 46 يتعذر على GetCipher قراءة مفتاح عبارة المرور من keyFilePath - فتح /var/edge-orchestration/user/orchestration_userID.txt: لا يوجد مثل هذا الملف أو الدليل
INFO [2021-08-17T19: 12: 54Z] discovery.go: 744 clearAllDeviceInfo [Discoverymgr] حذف كافة معلومات الجهاز
INFO [2021-08-17T19: 12: 54Z] discovery.go: 839 deleteDevice [Discoverymgr] [deleteDevice] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
معلومات [2021-08-17T19: 12: 54Z] networkhelper.go: 194 setAddrInfo [networkmgr] addr 192.168.0.37/24
INFO [2021-08-17T19: 12: 54Z] discovery.go: 398 setDeviceID [Discoverymgr] UUID: 28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 12: 54Z] discovery.go: 542 SetNetwotkArgument [Discoverymgr] [192.168.0.37]
INFO [2021-08-17T19: 12: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 12: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 12: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 12: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 12: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 12: 54Z] configuremgr.go: 146 شاهد بدء المشاهدة لـ / var / edge-orchestration / apps
INFO [2021-08-17T19: 12: 54Z] configuremgr.go: 147 مشاهدة التكوين ، نهاية تسجيل مراقب
INFO [2021-08-17T19: 12: 54Z] route.go: 84 إضافة {APIV1Ping GET / api / v1 / ping 0x6ac060}
INFO [2021-08-17T19: 12: 54Z] route.go: 84 إضافة {APIV1ServicemgrServicesPost POST / api / v1 / servicemgr / services 0x6ac0ec}
INFO [2021-08-17T19: 12: 54Z] route.go: 84 إضافة {APIV1ServicemgrServicesNotificationServiceIDPost POST / api / v1 / servicemgr / services / الإعلام / {serviceid} 0x6ac158}
معلومات [2021-08-17T19: 12: 54Z] route.go: 84 إضافة {APIV1ScoringmgrScoreLibnameGet GET / api / v1 / scoringmgr / Score 0x6ac1c4}
INFO [2021-08-17T19: 12: 54Z] route.go: 84 إضافة {APIV1ScoringmgrResourceGet GET / api / v1 / scoringmgr / Resource 0x6ac230}
INFO [2021-08-17T19: 12: 54Z] route.go: 84 إضافة {APIV1DiscoverymgrMNEDCDeviceInfoPost POST / api / v1 / Discoverymgr / register 0x6ac29c}
INFO [2021-08-17T19: 12: 54Z] route.go: 84 إضافة {APIV1DiscoverymgrOrchestrationInfoGet GET / api / v1 / Discoverymgr / orchestrationinfo 0x6ac308}
INFO [2021-08-17T19: 12: 54Z] cipherDummy.go: 46 يتعذر على GetCipher قراءة مفتاح عبارة المرور من keyFilePath - فتح /var/edge-orchestration/user/orchestration_userID.txt: لا يوجد مثل هذا الملف أو الدليل
INFO [2021-08-17T19: 12: 54Z] route.go: 84 إضافة {APIV1RequestServicePost POST / api / v1 / orchestration / services 0x6a8678}
INFO [2021-08-17T19: 12: 54Z] route.go: 84 إضافة {APIV1RequestSecuremgrPost POST / api / v1 / orchestration / securemgr 0x6a86e4}
INFO [2021-08-17T19: 12: 54Z] route.go: 115 listenAndServe ListenAndServe_For_Inter
INFO [2021-08-17T19: 12: 54Z] route.go: 119 listenAndServe ListenAndServe
INFO [2021-08-17T19: 12: 54Z] main.go: تم تنفيذ 182 التزامن
INFO [2021-08-17T19: 12: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 12: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 12: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([]) ، RTT (0)
INFO [2021-08-17T19: 12: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 12: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 12: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 12: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 12: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 12: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 12: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 12: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 12: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 12: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 12: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 12: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 12: 55Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 12: 55Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 12: 55Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([]) ، RTT (0)
INFO [2021-08-17T19: 12: 55Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-17T19: 12: 55Z] discovery.go: 577 func1
INFO [2021-08-17T19: 12: 55Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 12: 55Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 12: 55Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 12: 55Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-17T19: 12: 55Z] discovery.go: 577 func1
INFO [2021-08-17T19: 12: 55Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 12: 55Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 12: 55Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 12: 55Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-17T19: 12: 55Z] discovery.go: 577 func1
INFO [2021-08-17T19: 12: 56Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 12: 56Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 12: 56Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 12: 56Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-17T19: 12: 56Z] discovery.go: 577 func1
معلومات [2021-08-17T19: 13: 54Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-17T19: 13: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 13: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 13: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 13: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 13: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 13: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 13: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 13: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 13: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 13: 54Z] discovery.go: 577 func1
معلومات [2021-08-17T19: 14: 54Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-17T19: 14: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 14: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 14: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 14: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 14: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 14: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 14: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 14: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 14: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 14: 54Z] discovery.go: 577 func1
معلومات [2021-08-17T19: 15: 54Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-17T19: 15: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 15: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 15: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 15: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-17T19: 15: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 15: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 15: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 15: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 15: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-17T19: 15: 54Z] discovery.go: 577 func1
معلومات [2021-08-17T19: 16: 54Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-17T19: 16: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 16: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 16: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 16: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-17T19: 16: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 16: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 16: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 16: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 16: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-17T19: 16: 54Z] discovery.go: 577 func1
معلومات [2021-08-17T19: 17: 54Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-17T19: 17: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 17: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 17: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 17: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 17: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 17: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 17: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 17: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 17: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 17: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 18: 54Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-17T19: 18: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 18: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 18: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 18: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-17T19: 18: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 18: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 18: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 18: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 18: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-17T19: 18: 54Z] discovery.go: 577 func1
معلومات [2021-08-17T19: 19: 54Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-17T19: 19: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 19: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 19: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 19: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 19: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 19: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 19: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 19: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 19: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 19: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 20: 54Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-17T19: 20: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 20: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 20: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 20: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 20: 54Z] discovery.go: 577 func1
INFO [2021-08-17T19: 20: 54Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-17T19: 20: 54Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-17T19: 20: 54Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-17T19: 20: 54Z] discovery.go: 576 func1 [deviceDetectionRoutine] serviceInfo: الخدمات ([])
INFO [2021-08-17T19: 20: 54Z] discovery.go: 577 func1

من السجل الخاص بك

INFO[2021-08-17T19:12:54Z]cipherDummy.go:46 GetCipher can't read passphrase key from keyFilePath - open /var/edge-orchestration/user/orchestration_userID.txt: no such file or directory

الملف /var/edge-orchestration/user/orchestration_userID.txt غير موجود!
لطفا أنظر:

كيف تعمل

0. المتطلبات الأساسية

  • مفتاح المصادقة نفسه في /var/edge-orchestration/user/orchestration_userID.txt

    • للسماح لأجهزة Edge Orchestration بالتواصل مع بعضها البعض ، يجب أن يكون لكل جهاز مفتاح المصادقة نفسه في:

      /var/edge-orchestration/data/cert/edge-orchestration.key (يمكن أن يكون أي ملف شهادة مفتاح مصادقة)

https://github.com/lf-edge/edge-home-orchestration-go/blob/master/docs/platforms/x86_64_linux/x86_64_linux.md#how-to-work

يرجى مشاركة نتيجة الأمر التالي (من التوت):

$ tree /var/edge-orchestration

شجرة / فار / حافة تزامن
/ var / edge-orchestration
\ u251c \ u2500 \ u2500 تطبيقات
\ u251c \ u2500 \ u2500 بيانات
\ u2502 \ u00a0 \ u00a0 \ u251c \ u2500 \ u2500 شهادة
\ u2502 \ u00a0 \ u00a0 \ u2514 \ u2500 \ u2500 ديسيبل
\ u2502 \ u00a0 \ u00a0 \ u2514 \ u2500 \ u2500 بيانات db
\ u251c \ u2500 \ u2500 تخزين البيانات
\ u251c \ u2500 \ u2500 جهاز
\ u2502 \ u00a0 \ u00a0 \ u2514 \ u2500 \ u2500 orchestration_deviceID.txt
\ u251c \ u2500 \ u2500 سجل
\ u2502 \ u00a0 \ u00a0 \ u251c \ u2500 \ u2500 logmgr.log
\ u2502 \ u00a0 \ u00a0 \ u2514 \ u2500 \ u2500 logmgr.log.1
\ u251c \ u2500 \ u2500 mnedc
\ u2514 \ u2500 \ u2500 مستخدم

9 أدلة ، 4 ملفات

curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "Accept: application / json" -H "Content-Type: application / json" -d "{" ServiceName ":" hello- world "،" ServiceInfo ": [{" ExecutionType ":" container "،" ExecCmd ": [" docker "،" run "،" -v "،" / var / run: / var / run: rw "،" hello-world "]}]،" StatusCallbackURI ":" http: // localhost : 8888 / api / v1 / services / الإعلام \ "}"
curl: (7) فشل الاتصال بمنفذ 192.168.0.37 56001: تم رفض الاتصال

mchittineni يبدو أن هناك برنامجًا يستخدم المنفذ 56001 على rpi الخاص بك. هل يمكنك التحقق من حالة الشبكة بدون تنسيق الحافة؟ آمل أن تساعدك الأوامر التالية.

$ docker stop edge-orchestration
$ docker rm edge-orchestration
$ sudo netstat -nap | grep 56001
docker stop edge-orchestration
edge-orchestration
pi<strong i="5">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker rm edge-orchestration
edge-orchestration
pi<strong i="6">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ sudo netstat -nap | grep 56001
pi<strong i="7">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker logs -f edge-orchestration
Error: No such container: edge-orchestration

ما زلت غير قادر على الاتصال بواجهة برمجة تطبيقات REST

pi<strong i="5">@raspberrypi</strong>:~ $ sudo apt-get install qemu binfmt-support qemu-user-static
Reading package lists... Done
Building dependency tree       
Reading state information... Done
binfmt-support is already the newest version (2.2.0-2).
qemu is already the newest version (1:3.1+dfsg-8+deb10u8).
qemu-user-static is already the newest version (1:3.1+dfsg-8+deb10u8).
0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
pi<strong i="6">@raspberrypi</strong>:~ $ cd /home/pi/edge-home-orchestration-go
pi<strong i="7">@raspberrypi</strong>:~/edge-home-orchestration-go $ make distclean

--------------------------------------
  Build clean
--------------------------------------
/bin/sh: 1: go: not found
make: *** [Makefile:190: clean] Error 127
pi<strong i="8">@raspberrypi</strong>:~/edge-home-orchestration-go $ make create_context CONFIGFILE=armc
make: Nothing to be done for 'create_context'.
pi<strong i="9">@raspberrypi</strong>:~/edge-home-orchestration-go $ make
make clean
make[1]: Entering directory '/home/pi/edge-home-orchestration-go'

--------------------------------------
  Build clean
--------------------------------------
/bin/sh: 1: go: not found
make[1]: *** [Makefile:190: clean] Error 127
make[1]: Leaving directory '/home/pi/edge-home-orchestration-go'
make: *** [Makefile:246: all] Error 2
pi<strong i="10">@raspberrypi</strong>:~/edge-home-orchestration-go $ docker images
REPOSITORY           TAG       IMAGE ID       CREATED       SIZE
edge-orchestration   coconut   22a0cb262840   2 days ago    154MB
arm32v7/ubuntu       16.04     f46cdaad2749   3 weeks ago   106MB
hello-world          latest    1a30b4397839   5 weeks ago   4.85kB
pi<strong i="11">@raspberrypi</strong>:~/edge-home-orchestration-go $ cd bin/
pi<strong i="12">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ ls
edge-orchestration  edge-orchestration.tar  qemu
pi<strong i="13">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker load -i edge-orchestration.tar
Loaded image: edge-orchestration:coconut
pi<strong i="14">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker images
REPOSITORY           TAG       IMAGE ID       CREATED       SIZE
edge-orchestration   coconut   22a0cb262840   2 days ago    154MB
arm32v7/ubuntu       16.04     f46cdaad2749   3 weeks ago   106MB
hello-world          latest    1a30b4397839   5 weeks ago   4.85kB
pi<strong i="15">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker run -it -d --privileged --network="host" --name edge-orchestration -v /var/edge-orchestration/:/var/edge-orchestration/:rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v /proc/:/process/:ro edge-orchestration:coconut
docker: Error response from daemon: Conflict. The container name "/edge-orchestration" is already in use by container "b970d50e1035ba0c2e5b42b64025662dd04a774ff1aa9ab55c36e1ee964c66ec". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
pi<strong i="16">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ "ServiceName": "hello-world", "ServiceInfo": [{ "ExecutionType": "container", "ExecCmd": [ "docker", "run", "-v", "/var/run:/var/run:rw", "hello-world"]}], "StatusCallbackURI": "http://localhost:8888/api/v1/services/notification\"}"
> ^C
pi<strong i="17">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker stop edge-orchestration
edge-orchestration
pi<strong i="18">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker rm edge-orchestration
edge-orchestration
pi<strong i="19">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ sudo netstat -nap | grep 56001
pi<strong i="20">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ "ServiceName": "hello-world", "ServiceInfo": [{ "ExecutionType": "container", "ExecCmd": [ "docker", "run", "-v", "/var/run:/var/run:rw", "hello-world"]}], "StatusCallbackURI": "http://localhost:8888/api/v1/services/notification"}"
curl: (7) Failed to connect to 192.168.0.37 port 56001: Connection refused
pi<strong i="21">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker run -it -d --privileged --network="host" --name edge-orchestration -v /var/edge-orchestration/:/var/edge-orchestration/:rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v /proc/:/process/:ro edge-orchestration:coconut
a8ebb4c18ec41afa4c76942d89bd5d0715d3b619042150881da2affb9d87901f
pi<strong i="22">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker run -it -d --privileged --network="host" --name edge-orchestration -e SECURE=true -v /var/edge-orchestration/:/var/edge-orchestration/:rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v /proc/:/process/:ro edge-orchestration:coconut
docker: Error response from daemon: Conflict. The container name "/edge-orchestration" is already in use by container "a8ebb4c18ec41afa4c76942d89bd5d0715d3b619042150881da2affb9d87901f". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
pi<strong i="23">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker logs -f edge-orchestration
INFO[2021-08-18T19:30:27Z]main.go:91 orchestrationInit [interface] OrchestrationInit                
INFO[2021-08-18T19:30:27Z]main.go:92 orchestrationInit >>> commitID  :  e75c75e                     
INFO[2021-08-18T19:30:27Z]main.go:93 orchestrationInit >>> version   :                              
INFO[2021-08-18T19:30:27Z]main.go:94 orchestrationInit >>> buildTime :  20210816.1929               
INFO[2021-08-18T19:30:27Z]main.go:95 orchestrationInit >>> buildTags :                              
INFO[2021-08-18T19:30:27Z]cipherDummy.go:46 GetCipher can't read passphrase key from keyFilePath -  open /var/edge-orchestration/user/orchestration_userID.txt: no such file or directory 
INFO[2021-08-18T19:30:27Z]discovery.go:744 clearAllDeviceInfo [discoverymgr] Delete All Device Info        
INFO[2021-08-18T19:30:27Z]helper.go:104 DoGet [http://192.168.0.37:56002/api/v1/ping] reqeust get failed !!, err = Get "http://192.168.0.37:56002/api/v1/ping": dial tcp 192.168.0.37:56002: connect: connection refused 
INFO[2021-08-18T19:30:27Z]roundtriptime.go:92 checkRTT Get "http://192.168.0.37:56002/api/v1/ping": dial tcp 192.168.0.37:56002: connect: connection refused 
INFO[2021-08-18T19:30:27Z]discovery.go:839 deleteDevice [discoverymgr] [deleteDevice] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 
INFO[2021-08-18T19:30:27Z]networkhelper.go:194 setAddrInfo [networkmgr] addr 192.168.0.37/24            
INFO[2021-08-18T19:30:27Z]discovery.go:398 setDeviceID [discoverymgr] UUID :  28d686b3-f29c-4f69-9042-4762a9a3c4fe 
INFO[2021-08-18T19:30:27Z]discovery.go:542 SetNetwotkArgument [discoverymgr] [192.168.0.37]                
INFO[2021-08-18T19:30:27Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 
INFO[2021-08-18T19:30:27Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker) 
INFO[2021-08-18T19:30:27Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([192.168.0.37]), RTT(0) 
INFO[2021-08-18T19:30:27Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([]) 
INFO[2021-08-18T19:30:27Z]discovery.go:577 func1                                              
INFO[2021-08-18T19:30:27Z]configuremgr.go:146 Watch start watching for /var/edge-orchestration/apps 
INFO[2021-08-18T19:30:27Z]configuremgr.go:147 Watch configuremgr watcher register end            
INFO[2021-08-18T19:30:27Z]route.go:84 Add {APIV1Ping GET /api/v1/ping 0x6ac060}        
INFO[2021-08-18T19:30:27Z]route.go:84 Add {APIV1ServicemgrServicesPost POST /api/v1/servicemgr/services 0x6ac0ec} 
INFO[2021-08-18T19:30:27Z]route.go:84 Add {APIV1ServicemgrServicesNotificationServiceIDPost POST /api/v1/servicemgr/services/notification/{serviceid} 0x6ac158} 
INFO[2021-08-18T19:30:27Z]route.go:84 Add {APIV1ScoringmgrScoreLibnameGet GET /api/v1/scoringmgr/score 0x6ac1c4} 
INFO[2021-08-18T19:30:27Z]route.go:84 Add {APIV1ScoringmgrResourceGet GET /api/v1/scoringmgr/resource 0x6ac230} 
INFO[2021-08-18T19:30:27Z]route.go:84 Add {APIV1DiscoverymgrMNEDCDeviceInfoPost POST /api/v1/discoverymgr/register 0x6ac29c} 
INFO[2021-08-18T19:30:27Z]route.go:84 Add {APIV1DiscoverymgrOrchestrationInfoGet GET /api/v1/discoverymgr/orchestrationinfo 0x6ac308} 
INFO[2021-08-18T19:30:27Z]cipherDummy.go:46 GetCipher can't read passphrase key from keyFilePath -  open /var/edge-orchestration/user/orchestration_userID.txt: no such file or directory 
INFO[2021-08-18T19:30:27Z]route.go:84 Add {APIV1RequestServicePost POST /api/v1/orchestration/services 0x6a8678} 
INFO[2021-08-18T19:30:27Z]route.go:84 Add {APIV1RequestSecuremgrPost POST /api/v1/orchestration/securemgr 0x6a86e4} 
INFO[2021-08-18T19:30:27Z]route.go:115 listenAndServe ListenAndServe_For_Inter                     
INFO[2021-08-18T19:30:27Z]route.go:119 listenAndServe ListenAndServe                               
INFO[2021-08-18T19:30:27Z]main.go:182 orchestrationInit interface orchestration init done            
INFO[2021-08-18T19:30:27Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 
INFO[2021-08-18T19:30:27Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker) 
INFO[2021-08-18T19:30:27Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([]), RTT(0) 
INFO[2021-08-18T19:30:27Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([]) 
INFO[2021-08-18T19:30:27Z]discovery.go:577 func1                                              
INFO[2021-08-18T19:30:28Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 
INFO[2021-08-18T19:30:28Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker) 
INFO[2021-08-18T19:30:28Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([192.168.0.37]), RTT(0) 
INFO[2021-08-18T19:30:28Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([]) 
INFO[2021-08-18T19:30:28Z]discovery.go:577 func1                                              
INFO[2021-08-18T19:30:28Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 
INFO[2021-08-18T19:30:28Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker) 
INFO[2021-08-18T19:30:28Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([192.168.0.37]), RTT(0) 
INFO[2021-08-18T19:30:28Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([]) 
INFO[2021-08-18T19:30:28Z]discovery.go:577 func1                                              
INFO[2021-08-18T19:30:28Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 
INFO[2021-08-18T19:30:28Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker) 
INFO[2021-08-18T19:30:28Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([]), RTT(0) 
INFO[2021-08-18T19:30:28Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([]) 
INFO[2021-08-18T19:30:28Z]discovery.go:577 func1                                              
INFO[2021-08-18T19:30:28Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 
INFO[2021-08-18T19:30:28Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker) 
INFO[2021-08-18T19:30:28Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([192.168.0.37]), RTT(0) 
INFO[2021-08-18T19:30:28Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([]) 
INFO[2021-08-18T19:30:28Z]discovery.go:577 func1                                              
INFO[2021-08-18T19:30:28Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 
INFO[2021-08-18T19:30:28Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker) 
INFO[2021-08-18T19:30:28Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([192.168.0.37]), RTT(0) 
INFO[2021-08-18T19:30:28Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([]) 
INFO[2021-08-18T19:30:28Z]discovery.go:577 func1                                              
INFO[2021-08-18T19:30:29Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 
INFO[2021-08-18T19:30:29Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker) 
INFO[2021-08-18T19:30:29Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([192.168.0.37]), RTT(0) 
INFO[2021-08-18T19:30:29Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([]) 
INFO[2021-08-18T19:30:29Z]discovery.go:577 func1                                              
^C
pi<strong i="24">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker stop edge-orchestration
edge-orchestration
pi<strong i="25">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker rm edge-orchestration
edge-orchestration
pi<strong i="26">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ sudo netstat -nap | grep 56001
pi<strong i="27">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker logs -f edge-orchestration
Error: No such container: edge-orchestration
pi<strong i="28">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ "ServiceName": "hello-world", "ServiceInfo": [{ "ExecutionType": "container", "ExecCmd": [ "docker", "run", "-v", "/var/run:/var/run:rw", "hello-world"]}], "StatusCallbackURI": "http://localhost:8888/api/v1/services/notification"}"
curl: (7) Failed to connect to 192.168.0.37 port 56001: Connection refused
pi<strong i="29">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker stop edge-orchestration
Error response from daemon: No such container: edge-orchestration
pi<strong i="30">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ docker rm edge-orchestration
Error: No such container: edge-orchestration
pi<strong i="31">@raspberrypi</strong>:~/edge-home-orchestration-go/bin $ cd
pi<strong i="32">@raspberrypi</strong>:~ $ sudo netstat -nap | grep 56001
pi<strong i="33">@raspberrypi</strong>:~ $ cd /home/pi/edge-home-orchestration-go
pi<strong i="34">@raspberrypi</strong>:~/edge-home-orchestration-go $ make distclean

--------------------------------------
  Build clean
--------------------------------------
/bin/sh: 1: go: not found
make: *** [Makefile:190: clean] Error 127
pi<strong i="35">@raspberrypi</strong>:~/edge-home-orchestration-go $ sudo netstat -nap | grep 56001
pi<strong i="36">@raspberrypi</strong>:~/edge-home-orchestration-go $ 

_/bin/sh: 1: go: not found_ أود أن أوصيك بتثبيت برنامج التحويل البرمجي go بشكل صحيح.

إذا كان rpi3 الخاص بك يحتوي على صورة تزامن الحافة وقمت بتشغيل الأوامر هناك ، يرجى محاولة اتباع الخطوات أدناه.

  1. عامل تشغيل ps -a
  2. توقف عامل التحميل حافة تزامن
  3. docker rm edge-orchestration
  4. sudo netstat -nap | grep 56001
  5. docker run -it -d --privileged --network = "host" - name edge-orchestration -v / var / edge-orchestration /: / var / edge-orchestration /: rw -v / var / run / docker. جورب: / var / run / docker. جورب: rw -v / proc /: / process /: ro edge-orch estration: جوز الهند
  6. sudo netstat -nap | grep 56001
  7. curl -X POST "127.0.0.1:56001/api/v1/orchestration/services" -H "Accept: application / json" -H "Content-Type: application / json" -d "{\" ServiceName \ ": \ "hello-world \"، \ "ServiceInfo \": [{\ "ExecutionType \": \ "container \"، \ "ExecCmd \": [\ "docker \"، \ "run \"، \ "- v \ "، \" / var / run: / var / run: rw \ "، \" hello-world \ "]}]، \" StatusCallbackURI \ ": \" http: // localhost : 8888 / api / v1 / الخدمات / الإخطار \ "}"

السجل الكامل

pi<strong i="21">@raspberrypi</strong>:~ $ docker ps -a
CONTAINER ID   IMAGE                        COMMAND       CREATED         STATUS         PORTS     NAMES
3e6a436eaf2e   edge-orchestration:coconut   "sh run.sh"   4 minutes ago   Up 4 minutes             edge-orchestration

pi<strong i="22">@raspberrypi</strong>:~ $ docker stop edge-orchestration
edge-orchestration

pi<strong i="23">@raspberrypi</strong>:~ $ docker rm edge-orchestration
edge-orchestration

pi<strong i="24">@raspberrypi</strong>:~ $ sudo netstat -nap | grep 56001

pi<strong i="25">@raspberrypi</strong>:~ $ curl -X POST "127.0.0.1:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"ServiceName\": \"hello-world\", \"ServiceInfo\": [{ \"ExecutionType\": \"container\", \"ExecCmd\": [ \"docker\", \"run\", \"-v\", \"/var/run:/var/run:rw\", \"hello-world\"]}], \"StatusCallbackURI\": \"http://localhost:8888/api/v1/services/notification\"}"
curl: (7) Failed to connect to 127.0.0.1 port 56001: Connection refused

pi<strong i="26">@raspberrypi</strong>:~ $ docker run -it -d --privileged --network="host" --name edge-orchestration -v /var/edge-orchestration/:/var/edge-orchestration/:rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v /proc/:/process/:ro edge-orchestration:coconut
2300211dd0283bac01a434ec38fa5bd19e1cbd34f7943b0d87f9a60fb69ea744

pi<strong i="27">@raspberrypi</strong>:~ $ sudo netstat -nap | grep 56001
tcp6       0      0 :::56001                :::*                    LISTEN      2994/edge-orchestra

pi<strong i="28">@raspberrypi</strong>:~ $ curl -X POST "127.0.0.1:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"ServiceName\": \"hello-world\", \"ServiceInfo\": [{ \"ExecutionType\": \"container\", \"ExecCmd\": [ \"docker\", \"run\", \"-v\", \"/var/run:/var/run:rw\", \"hello-world\"]}], \"StatusCallbackURI\": \"http://localhost:8888/api/v1/services/notification\"}"
{"Message":"ERROR_NONE","RemoteTargetInfo":{"ExecutionType":"container","Target":"10.113.71.53"},"ServiceName":"hello-world"}

pi<strong i="29">@raspberrypi</strong>:~ $ docker logs -f edge-orchestration
INFO[2021-08-18T23:46:22Z]main.go:91 orchestrationInit [interface] OrchestrationInit
INFO[2021-08-18T23:46:22Z]main.go:92 orchestrationInit >>> commitID  :  e75c75e
INFO[2021-08-18T23:46:22Z]main.go:93 orchestrationInit >>> version   :
INFO[2021-08-18T23:46:22Z]main.go:94 orchestrationInit >>> buildTime :  20210818.0710
INFO[2021-08-18T23:46:22Z]main.go:95 orchestrationInit >>> buildTags :
INFO[2021-08-18T23:46:22Z]cipherDummy.go:46 GetCipher can't read passphrase key from keyFilePath -  open /var/edge-orchestration/user/orchestration_userID.txt: no such file or directory
INFO[2021-08-18T23:46:22Z]discovery.go:744 clearAllDeviceInfo [discoverymgr] Delete All Device Info
INFO[2021-08-18T23:46:22Z]discovery.go:839 deleteDevice [discoverymgr] [deleteDevice] edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:22Z]helper.go:104 DoGet [http://10.113.71.53:56002/api/v1/ping] reqeust get failed !!, err = Get "http://10.113.71.53:56002/api/v1/ping": dial tcp 10.113.71.53:56002: connect: connection refused
INFO[2021-08-18T23:46:22Z]roundtriptime.go:92 checkRTT Get "http://10.113.71.53:56002/api/v1/ping": dial tcp 10.113.71.53:56002: connect: connection refused
INFO[2021-08-18T23:46:22Z]networkhelper.go:194 setAddrInfo [networkmgr] addr 10.113.71.53/24
INFO[2021-08-18T23:46:22Z]discovery.go:398 setDeviceID [discoverymgr] UUID :  f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:22Z]discovery.go:542 SetNetwotkArgument [discoverymgr] [10.113.71.53]
INFO[2021-08-18T23:46:22Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:22Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker)
INFO[2021-08-18T23:46:22Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([10.113.71.53]), RTT(0)
INFO[2021-08-18T23:46:22Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-18T23:46:22Z]discovery.go:577 func1
INFO[2021-08-18T23:46:23Z]configuremgr.go:146 Watch start watching for /var/edge-orchestration/apps
INFO[2021-08-18T23:46:23Z]configuremgr.go:147 Watch configuremgr watcher register end
INFO[2021-08-18T23:46:23Z]route.go:84 Add {APIV1Ping GET /api/v1/ping 0x6abbf4}
INFO[2021-08-18T23:46:23Z]route.go:84 Add {APIV1ServicemgrServicesPost POST /api/v1/servicemgr/services 0x6abc80}
INFO[2021-08-18T23:46:23Z]route.go:84 Add {APIV1ServicemgrServicesNotificationServiceIDPost POST /api/v1/servicemgr/services/notification/{serviceid} 0x6abcec}
INFO[2021-08-18T23:46:23Z]route.go:84 Add {APIV1ScoringmgrScoreLibnameGet GET /api/v1/scoringmgr/score 0x6abd58}
INFO[2021-08-18T23:46:23Z]route.go:84 Add {APIV1ScoringmgrResourceGet GET /api/v1/scoringmgr/resource 0x6abdc4}
INFO[2021-08-18T23:46:23Z]route.go:84 Add {APIV1DiscoverymgrMNEDCDeviceInfoPost POST /api/v1/discoverymgr/register 0x6abe30}
INFO[2021-08-18T23:46:23Z]route.go:84 Add {APIV1DiscoverymgrOrchestrationInfoGet GET /api/v1/discoverymgr/orchestrationinfo 0x6abe9c}
INFO[2021-08-18T23:46:23Z]cipherDummy.go:46 GetCipher can't read passphrase key from keyFilePath -  open /var/edge-orchestration/user/orchestration_userID.txt: no such file or directory
INFO[2021-08-18T23:46:23Z]route.go:84 Add {APIV1RequestServicePost POST /api/v1/orchestration/services 0x6a820c}
INFO[2021-08-18T23:46:23Z]route.go:84 Add {APIV1RequestSecuremgrPost POST /api/v1/orchestration/securemgr 0x6a8278}
INFO[2021-08-18T23:46:23Z]route.go:115 listenAndServe ListenAndServe_For_Inter
INFO[2021-08-18T23:46:23Z]route.go:119 listenAndServe ListenAndServe
INFO[2021-08-18T23:46:23Z]main.go:182 orchestrationInit interface orchestration init done
INFO[2021-08-18T23:46:23Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:23Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker)
INFO[2021-08-18T23:46:23Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([]), RTT(0)
INFO[2021-08-18T23:46:23Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-18T23:46:23Z]discovery.go:577 func1
INFO[2021-08-18T23:46:23Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:23Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker)
INFO[2021-08-18T23:46:23Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([10.113.71.53]), RTT(0)
INFO[2021-08-18T23:46:23Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-18T23:46:23Z]discovery.go:577 func1
INFO[2021-08-18T23:46:23Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:23Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker)
INFO[2021-08-18T23:46:23Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([10.113.71.53]), RTT(0)
INFO[2021-08-18T23:46:23Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-18T23:46:23Z]discovery.go:577 func1
INFO[2021-08-18T23:46:23Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:23Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker)
INFO[2021-08-18T23:46:23Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([]), RTT(0)
INFO[2021-08-18T23:46:23Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-18T23:46:23Z]discovery.go:577 func1
INFO[2021-08-18T23:46:23Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:23Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker)
INFO[2021-08-18T23:46:23Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([10.113.71.53]), RTT(0)
INFO[2021-08-18T23:46:23Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-18T23:46:23Z]discovery.go:577 func1
INFO[2021-08-18T23:46:23Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:23Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker)
INFO[2021-08-18T23:46:23Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([10.113.71.53]), RTT(0)
INFO[2021-08-18T23:46:23Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-18T23:46:23Z]discovery.go:577 func1
INFO[2021-08-18T23:46:24Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:24Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo    : ExecType(container), Platform(docker)
INFO[2021-08-18T23:46:24Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo     : IPv4([10.113.71.53]), RTT(0)
INFO[2021-08-18T23:46:24Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-18T23:46:24Z]discovery.go:577 func1
INFO[2021-08-18T23:46:34Z]externalhandler.go:93 APIV1RequestServicePost [RestExternalInterface] APIV1RequestServicePost
INFO[2021-08-18T23:46:34Z]externalhandler.go:157 APIV1RequestServicePost port:  48442
INFO[2021-08-18T23:46:34Z]senderresolver.go:75 GetNameByPort returning:  curl
INFO[2021-08-18T23:46:34Z]externalhandler.go:162 APIV1RequestServicePost requester:  curl
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:131 RequestService [RequestService] hello-world: [{container [docker run -v /var/run:/var/run:rw hello-world] map[]}]
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:157 RequestService [RequestService] getCandidate
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:159 RequestService [0] Id       : edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:160 RequestService [0] ExecType : container
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:161 RequestService [0] Endpoint : [10.113.71.53]
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:162 RequestService
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:340 func3 [orchestrationapi] deviceScore
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:341 func3 candidate Id       : edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:342 func3 candidate ExecType : container
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:343 func3 candidate Endpoint : 10.113.71.53
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:344 func3 candidate score    : 10.857023336603943
INFO[2021-08-18T23:46:34Z]orchestrationapi.go:247 RequestService [orchestrationapi]  [{edge-orchestration-f323e2a4-624b-4eb7-8da2-a6b9b2813415 10.113.71.53 10.857023336603943 map[] container}]
INFO[2021-08-18T23:46:34Z]containerexecutor.go:70 Execute [containerexecutor] hello-world [docker run -v /var/run:/var/run:rw hello-world]
INFO[2021-08-18T23:46:34Z]containerexecutor.go:71 Execute [containerexecutor] parameter length : 5
INFO[2021-08-18T23:46:34Z]route.go:131 func1 From [127.0.0.1:48442] POST /api/v1/orchestration/services APIV1RequestServicePost 132.227406ms
INFO[2021-08-18T23:46:37Z]containerexecutor.go:83 Execute [containerexecutor] Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
INFO[2021-08-18T23:46:38Z]containerexecutor.go:91 Execute [containerexecutor] create container : a020e6d949
2021-08-18T23:46:39.925079455Z
2021-08-18T23:46:39.925639564Z Hello from Docker!
2021-08-18T23:46:39.925772169Z This message shows that your installation appears to be working correctly.
2021-08-18T23:46:39.925849409Z
2021-08-18T23:46:39.925914305Z To generate this message, Docker took the following steps:
2021-08-18T23:46:39.925977483Z  1. The Docker client contacted the Docker daemon.
2021-08-18T23:46:39.926037640Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2021-08-18T23:46:39.926098213Z     (arm32v7)
2021-08-18T23:46:39.926155557Z  3. The Docker daemon created a new container from that image which runs the
2021-08-18T23:46:39.926213526Z     executable that produces the output you are currently reading.
2021-08-18T23:46:39.926271704Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2021-08-18T23:46:39.926328423Z     to your terminal.
2021-08-18T23:46:39.926383632Z
2021-08-18T23:46:39.926441028Z To try something more ambitious, you can run an Ubuntu container with:
2021-08-18T23:46:39.926499362Z  $ docker run -it ubuntu bash
2021-08-18T23:46:39.926554883Z
2021-08-18T23:46:39.926610300Z Share images, automate workflows, and more with a free Docker ID:
2021-08-18T23:46:39.926670457Z  https://hub.docker.com/
2021-08-18T23:46:39.926727281Z
2021-08-18T23:46:39.926781448Z For more examples and ideas, visit:
2021-08-18T23:46:39.926836709Z  https://docs.docker.com/get-started/
2021-08-18T23:46:39.926890928Z
INFO[2021-08-18T23:46:40Z]containerexecutor.go:117 Execute [containerexecutor] container execution status : 0
INFO[2021-08-18T23:46:40Z]orchestrationapi.go:448 listenNotify [orchestrationapi] service status changed [appNames:hello-world][status:Finished]

ما زلت غير قادر على فهم أين أخطأت


make [2]: إدخال الدليل "/ home / pi / edge-home-orchestration-go / أمثلة / native"
make [2]: Leaving directory '/ home / pi / edge-home-orchestration-go / أمثلة / native'
make [1]: Leaving Directory '/ home / pi / edge-home-orchestration-go'


اذهب Mod Vendor

GO111MODULE = بائع التعديل أثناء التنقل


إنشاء ملف ثنائي قابل للتنفيذ

GOARM = 7 GOARCH = arm GO111MODULE = on go build -a -ldflags '-extldflags "-static" -X main.version = -X main.commitID = e75c75e -X main.buildTime = 20210819.0806 -X main.buildTags =' - o / home / pi / edge-home-orchestration-go / bin / edge-orchestration /home/pi/edge-home-orchestration-go/cmd/edge-orchestration/main.go || مخرج 1
صور عامل ميناء
إجمالي 18380
drwxr-xr-x 3 pi docker 4096 أغسطس 19 08:09.
drwxr-xr-x 17 pi docker 4096 أغسطس 19 08:06 ..
-rwxr-xr-x 1 pi 18807524 أغسطس 19 08:09 تزامن الحافة
drwxr-xr-x 2 pi docker 4096 أغسطس 16 19:32 qemu
جعل build_docker_container
make [1]: إدخال الدليل "/ home / pi / edge-home-orchestration-go"


إنشاء Docker container arm32v7

docker rm -f "تنسيق الحافة"
خطأ: لا توجد مثل هذه الحاوية: تنسيق الحافة
docker rmi -f "edge-orchestration": "coconut"
بدون علامات: تنسيق الحافة: جوز الهند
محذوف: sha256: 22a0cb262840318f581fb10e70c0cebd1f060f5e22e768fdca8d675a85b9d9bb
محذوف: sha256: 48c7f6a1d5a761851b97b509d55b8071880ee3cc5e8c161d4d1c27ec577fc805
محذوف: sha256: fff87bea1b311f675c2dbf8644111b5823347fb88125b66a70de0c8fcb15dc2c
محذوف: sha256: bc1c0506020ef2a3f34d98d8c55c5ed45605237c2dfdfea47f750188cdd88192
محذوف: sha256: 8ffe2d772ef269670bb4902f00daf0628b17ae09d12e26e52ba1d5ccb1d8f1e7
محذوف: sha256: b3e2316bef6326528bbfe6d86c035bfc14ef1f96b48b42f5b2917a83dbb10aa2
محذوف: sha256: 9f13ce2dc17389d91255f7bc92f381f5a173cc60bdfa048f5ab39ef923c74079
محذوف: sha256: d6251c5a9b52c0c1a2248dcd94c48c17edabc8c67424aa01202b92e22b3ce823
محذوف: sha256: 246c1dc7ec48c03354a4f8f47cc6b7a34e7b5f463d0704d93e2bed630a028390
محذوف: sha256: 7e5898fa738759e50c07ee48a560501add8066716198e7124f50810677240068
محذوف: sha256: 54975ebba9f478912f62a56baa6ec1f2105ddb7e798c5ea1eb5fe689facb49e6
محذوف: sha256: 28f916d70bd7a3e9acd32cfde7c2f5d47873a667ba8c004f29dc1d00d4ba532e
محذوف: sha256: e871246e1657e4b7ac90c04b566729feb8a4218301fb52ad7a15c3f31f5a3841
محذوف: sha256: eed84de39c9afef1a9c265e14810036dc947d4f7868209fe7e122e8e6f022814
محذوف: sha256: e637eee76eeebc889a7ed1889693d3d6821d009ec8e2cab766d45a460ae4d785
محذوف: sha256: f3b92a019a90d4ee5cad0d5655a92ba47660e283bb6b93915adad7c792931252
محذوفة: sha256: 062720f3faa7fec2c82d8583114be716956267bec56c0f10c6e2a61c1d448214
محذوف: sha256: 3ff3e65bb0031434818312701a9191ae26fae794964f6414832fc28d26f972e2
محذوف: sha256: c5507a13ee9970fc571f9fbcb807915a4f4910dc652c1b952526ec0a47314601
محذوف: sha256: c639e172668f5269e75a926c94e5904bfe863eca17fc86c657e1803fe969e247
محذوف: sha256: 6e5d9ba4fcdc5e054936d90b79901ab361c0a3a35116cc802a0f8a6aef815a73
محذوف: sha256: ef27fab77e1d1c740061af1c130ef3298213d4345a06f24539e74ccb7ec6dabf
محذوف: sha256: 3b64d3d57260226e3712c0a2045e55c8f6a03e7824bb06df7bfde701af2cb0b5
بناء عامل ميناء - تنسيق حافة العلامة: "coconut" - file / home / pi / edge-home-orchestration-go / Dockerfile --build-arg PLATFORM = "arm32v7".
إرسال سياق البناء إلى Docker daemon 143.3MB
الخطوة 1/20: منصة ARG
الخطوة 2/20: من $ PLATFORM / ubuntu: 16.04
—-> f46cdaad2749
الخطوة 3/20: ENV TARGET_DIR = / edge-orchestration
—-> الجري في 70dad2a749b6
إزالة الحاوية الوسيطة 70dad2a749b6
---> 4ab635240793
الخطوة 4/20: ENV HTTP_PORT = 56001
—-> يعمل في 15ae8391dc94
إزالة حاوية وسيطة 15ae8391dc94
—-> d6f176ec44d9
الخطوة 5/20: ENV MDNS_PORT = 5353
---> يعمل في bb6253bafcf2
إزالة الحاوية الوسيطة bb6253bafcf2
—-> 1baef9009eb9
الخطوة 6/20: ENV MNEDC_PORT = 3334
—-> يعمل في e3c11675886a
إزالة الحاوية الوسيطة e3c11675886a
—-> c39da6de51cd
الخطوة 7/20: ENV MNEDC_BROADCAST_PORT = 3333
—-> يعمل في 47ae6d2c29e0
إزالة الحاوية الوسيطة 47ae6d2c29e0
—-> 764ff0da6440
الخطوة 8/20: ENV ZEROCONF_PORT = 42425
—-> يعمل في a3b298494873
إزالة الحاوية الوسيطة A3B298494873
—-> 05d0c25de5d6
الخطوة 9/20: ENV APP_BIN_DIR = bin
—-> يعمل في 83096a7bcef2
إزالة الحاوية الوسيطة 83096a7bcef2
—-> 507485e6261b
الخطوة 10/20: ENV APP_NAME = تنسيق الحواف
—-> يعمل في b81205e34a95
إزالة حاوية وسيطة B81205e34a95
—-> 92f1c9fc3454
الخطوة 11/20: ENV APP_QEMU_DIR = $ APP_BIN_DIR / qemu
—-> يعمل في 14cbbb19dfdd
إزالة حاوية وسيطة 14cbbb19dfdd
—-> d83e4ce65024
الخطوة 12/20: ENV BUILD_DIR = build
—-> يعمل في 82e1f5725bbd
إزالة الحاوية الوسيطة 82e1f5725bbd
—-> 18ddf31da323
الخطوة 13/20: نسخ $ APP_BIN_DIR / $ APP_NAME $ BUILD_DIR / package / run.sh $ TARGET_DIR /
—-> c6fcc1d6f82b
الخطوة 14/20: نسخ APP_QEMU_DIR / / usr / bin / $
—-> 83a6bcd12c2c
الخطوة 15/20: تشغيل mkdir -p $ TARGET_DIR / res /
—-> يعمل في 1d9492777a4a
إزالة الحاوية الوسيطة 1d9492777a4a
—-> da93c71468a0
الخطوة 16/20: تشغيل apt-get update
—-> يعمل في 4d1611cb7833
احصل على: 1 http://ports.ubuntu.com/ubuntu-ports xenial InRelease [247 kB]
احصل على: 2 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease [109 kB]
احصل على: 3 http://ports.ubuntu.com/ubuntu-ports xenial-backports InRelease [107 kB]
احصل على: 4 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease [109 kB]
احصل على: 5 http://ports.ubuntu.com/ubuntu-ports xenial / main armhf Packages [1486 kB]
احصل على: 6 http://ports.ubuntu.com/ubuntu-ports xenial / limited armhf Packages [8491 B]
احصل على: 7 http://ports.ubuntu.com/ubuntu-ports xenial / universe armhf Packages [9531 kB]
احصل على: 8 http://ports.ubuntu.com/ubuntu-ports xenial / multiverse armhf Packages [149 kB]
احصل على: 9 http://ports.ubuntu.com/ubuntu-ports xenial-updates / main armhf Packages [1694 kB]
احصل على: 10 http://ports.ubuntu.com/ubuntu-ports xenial-updates / limited armhf Packages [10.4 kB]
احصل على: 11 http://ports.ubuntu.com/ubuntu-ports xenial-updates / universe armhf Packages [1399 kB]
احصل على: 12 http://ports.ubuntu.com/ubuntu-ports xenial-updates / multiverse armhf Packages [19.0 kB]
احصل على: 13 http://ports.ubuntu.com/ubuntu-ports xenial-backports / main armhf Packages [10.9 kB]
احصل على: 14 http://ports.ubuntu.com/ubuntu-ports xenial-backports / universe armhf Packages [12.1 kB]
احصل على: 15 http://ports.ubuntu.com/ubuntu-ports xenial-security / main armhf Packages [1242 kB]
احصل على: 16 http://ports.ubuntu.com/ubuntu-ports xenial-security / المقيدة armhf Packages [10.4 kB]
احصل على: 17 http://ports.ubuntu.com/ubuntu-ports xenial-security / universe armhf Packages [874 kB]
احصل على: 18 http://ports.ubuntu.com/ubuntu-ports xenial-security / multiverse armhf Packages [5050 B]
تم جلب 17.0 ميجا بايت في 8 ثوانٍ (1952 كيلو بايت / ثانية)
قراءة قوائم الحزم ...
إزالة الحاوية الوسيطة 4d1611cb7833
—-> c34e823686ea
الخطوة 17/20: قم بتشغيل apt-get install -y net-tools iproute2
—-> يعمل في dbde39e87c2f
قراءة قوائم الحزم ...
بناء شجرة التبعية ...
قراءة معلومات الحالة ...
سيتم تثبيت الحزم الإضافية التالية:
libatm1 libmnl0 libxtables11
الحزم المقترحة:
iproute2-doc
سيتم تثبيت الحزم الجديدة التالية:
iproute2 libatm1 libmnl0 libxtables11 أدوات الشبكة
0 تمت ترقيته ، 5 مثبتة حديثًا ، 0 للإزالة و 0 لم تتم ترقيته.
تحتاج إلى الحصول على 698 كيلوبايت من المحفوظات.
بعد هذه العملية ، سيتم استخدام 1987 كيلو بايت من مساحة القرص الإضافية.
احصل على: 1 http://ports.ubuntu.com/ubuntu-ports xenial / main armhf libatm1 armhf 1: 2.5.1-1.5 [20.7 kB]
احصل على: 2 http://ports.ubuntu.com/ubuntu-ports xenial / main armhf libmnl0 armhf 1.0.3-5 [10.8 kB]
احصل على: 3 http://ports.ubuntu.com/ubuntu-ports xenial-updates / main armhf iproute2 armhf 4.3.0-1ubuntu3.16.04.5 [479 kB]
احصل على: 4 http://ports.ubuntu.com/ubuntu-ports xenial / main armhf libxtables11 armhf 1.6.0-2ubuntu3 [24.8 kB]
احصل على: 5 http://ports.ubuntu.com/ubuntu-ports xenial / main armhf net-tools armhf 1.60-26ubuntu1 [163 kB]
debconf: تأخير تكوين الحزمة ، نظرًا لعدم تثبيت apt-utils
تم جلب 698 كيلو بايت في ثانية واحدة (582 كيلو بايت / ثانية)
اختيار الحزمة غير المحددة سابقًا libatm1: armhf.
(جارٍ قراءة قاعدة البيانات ... تم تثبيت 4775 ملفًا ودليلًا حاليًا.)
جاري التحضير لتفريغ ... / libatm1_1٪ 3a2.5.1-1.5_armhf.deb ...
تفريغ libatm1: armhf (1: 2.5.1-1.5) ...
اختيار الحزمة غير المحددة سابقًا libmnl0: armhf.
جاري التحضير لتفريغ ... / libmnl0_1.0.3-5_armhf.deb ...
تفريغ libmnl0: armhf (1.0.3-5) ...
اختيار الحزمة غير المحددة سابقًا iproute2.
التحضير لتفريغ ... / iproute2_4.3.0-1ubuntu3.16.04.5_armhf.deb ...
تفريغ iproute2 (4.3.0-1ubuntu3.16.04.5) ...
اختيار الحزمة غير المحددة سابقًا libxtables11: armhf.
جاري التحضير لتفريغ ... / libxtables11_1.6.0-2ubuntu3_armhf.deb ...
تفريغ libxtables11: armhf (1.6.0-2ubuntu3) ...
اختيار حزمة أدوات net-tools التي لم يتم تحديدها مسبقًا.
جاري التحضير لتفريغ ... / net-tools_1.60-26ubuntu1_armhf.deb ...
تفريغ أدوات الشبكة (1.60-26ubuntu1) ...
مشغلات معالجة libc-bin (2.23-0ubuntu11.3) ...
إعداد libatm1: armhf (1: 2.5.1-1.5) ...
إعداد libmnl0: armhf (1.0.3-5) ...
إعداد iproute2 (4.3.0-1ubuntu3.16.04.5) ...
إعداد libxtables11: armhf (1.6.0-2ubuntu3) ...
إعداد أدوات الشبكة (1.60-26ubuntu1) ...
مشغلات معالجة libc-bin (2.23-0ubuntu11.3) ...
إزالة الحاوية الوسيطة dbde39e87c2f
-> 0b4e80a6eaac
الخطوة 18/20: EXPOSE $ HTTP_PORT $ MDNS_PORT $ ZEROCONF_PORT $ MNEDC_PORT $ MNEDC_BROADCAST_PORT
—-> يعمل في cfb78c7cdcda
إزالة حاوية وسيطة cfb78c7cdcda
—-> ce1718022bb6
الخطوة 19/20: WORKDIR $ TARGET_DIR
—-> يعمل في 29e55fef151e
إزالة الحاوية الوسيطة 29e55fef151e
—-> b43874bfaaca
الخطوة 20/20: CMD ["sh"، "run.sh"]
—-> يعمل في 6fa24db2bf9e
إزالة الحاوية الوسيطة 6fa24db2bf9e
---> 2ef4d528d390
تم بناء 2ef4d528d390 بنجاح
تم تمييز تنسيق الحافة بنجاح: جوز الهند
حفظ عامل الإرساء -o /home/pi/edge-home-orchestration-go/bin/edge-orchestration.tar edge-orchestration
make [1]: Leaving Directory '/ home / pi / edge-home-orchestration-go'
piraspberrypi : ~ / edge-home-orchestration-go $ صور عامل ميناء
حجم معرف صورة المستودع الذي تم إنشاؤه
حافة تزامن جوز الهند 2ef4d528d390 39 ثانية منذ 154 ميغا بايت
arm32v7 / ubuntu 16.04 f46cdaad2749 منذ 3 أسابيع 106MB
hello-world الأحدث 1a30b4397839 منذ 5 أسابيع 4.85kB
piraspberrypi : ~ / edge-home-orchestration-go $ cd bin /
piraspberrypi : ~ / edge-home-orchestration-go / bin $ ls
تنسيق الحافة - تنسيق الحافة
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker loaad -i edge-orchestration.tar
علم اختصار غير معروف: "أنا" في -i
انظر "عامل الإرساء - التعليمات".

الاستخدام: عامل ميناء [خيارات] الأمر

وقت تشغيل مكتفي ذاتيًا للحاويات

خيارات:
--config string موقع ملفات تكوين العميل (افتراضي "/ home/pi/.docker")
-c، --context string اسم السياق المراد استخدامه للاتصال بالبرنامج الخفي
(لتجاوز DOCKER_HOST env var وتعيين السياق الافتراضي مع
"استخدام سياق عامل الإرساء")
-D، --debug تمكين وضع التصحيح
-H، --host list Daemon socket (s) to connect to
-l، - سلسلة مستوى السجل تعيين مستوى التسجيل ("تصحيح" | "معلومات" | "تحذير" | "خطأ" | "فادح")
("المعلومات" الافتراضية)
--tls استخدام TLS ؛ ضمنيًا بواسطة --tlsverify
--tlscacert string شهادات الثقة الموقعة فقط من قبل المرجع المصدق هذا (الافتراضي
"/home/pi/.docker/ca.pem")
--tlscert string إلى ملف شهادة TLS (افتراضي "/ home/pi/.docker/cert.pem")
- مسار سلسلة TLS إلى ملف مفتاح TLS (افتراضي "/ home/pi/.docker/key.pem")
- تحقق من استخدام TLS وتحقق من جهاز التحكم عن بُعد
-v ، --version اطبع معلومات الإصدار وقم بإنهاء

أوامر الإدارة:
التطبيق * تطبيق Docker (Docker Inc. ، الإصدار 0.9.1-beta3)
منشئ إدارة البنيات
buildx * البناء باستخدام BuildKit (Docker Inc.، v0.6.1-docker)
config إدارة تكوينات Docker
إدارة الحاويات
السياق إدارة السياقات
image إدارة الصور
بيان إدارة بيانات صورة Docker وقوائم البيان
شبكة إدارة الشبكات
عقدة إدارة عقد Swarm
البرنامج المساعد إدارة الإضافات
سر إدارة أسرار عامل السفن
خدمة إدارة الخدمات
كومة إدارة Docker stacks
سرب إدارة سرب
نظام إدارة عامل ميناء
الثقة إدارة الثقة على صور Docker
حجم إدارة وحدات التخزين

الأوامر:
إرفاق تدفقات الإدخال والإخراج والخطأ القياسية المحلية بحاوية قيد التشغيل
بناء إنشاء صورة من Dockerfile
الالتزام قم بإنشاء صورة جديدة من تغييرات الحاوية
cp انسخ الملفات / المجلدات بين الحاوية ونظام الملفات المحلي
إنشاء إنشاء حاوية جديدة
فرق فحص التغييرات على الملفات أو الدلائل على نظام ملفات الحاوية
أحداث احصل على أحداث الوقت الحقيقي من الخادم
exec قم بتشغيل أمر في حاوية قيد التشغيل
تصدير تصدير نظام ملفات الحاوية كأرشيف tar
history إظهار تاريخ الصورة
صور قائمة الصور
استيراد استيراد المحتويات من كرة مضرة لإنشاء صورة نظام ملفات
info عرض معلومات على مستوى النظام
فحص إرجاع المعلومات ذات المستوى المنخفض على كائنات Docker
اقتل اقتل حاوية واحدة أو أكثر
قم بتحميل صورة من أرشيف tar أو STDIN
تسجيل الدخول قم بتسجيل الدخول إلى سجل Docker
تسجيل الخروج تسجيل الخروج من سجل Docker
السجلات إحضار سجلات الحاوية
pause إيقاف مؤقتًا لجميع العمليات داخل حاوية واحدة أو أكثر
قائمة المنافذ تعيينات منفذ أو تعيين محدد للحاوية
حاويات قائمة ملاحظة
سحب سحب صورة أو مستودع من التسجيل
دفع صورة أو مستودع إلى السجل
إعادة تسمية إعادة تسمية حاوية
أعد تشغيل أعد تشغيل حاوية واحدة أو أكثر
rm قم بإزالة حاوية واحدة أو أكثر
rmi إزالة صورة واحدة أو أكثر
قم بتشغيل الأمر في حاوية جديدة
حفظ حفظ صورة واحدة أو أكثر في أرشيف tar (دفق إلى STDOUT افتراضيًا)
search ابحث في Docker Hub عن الصور
ابدأ تشغيل حاوية أو أكثر من الحاويات المتوقفة
احصائيات عرض دفق مباشر من الحاوية (الحاويات) إحصاءات استخدام الموارد
وقف وقف واحد أو أكثر من الحاويات قيد التشغيل
العلامة قم بإنشاء علامة TARGET_IMAGE تشير إلى SOURCE_IMAGE
أعلى عرض العمليات الجارية للحاوية
unpause قم بإلغاء الإيقاف المؤقت لجميع العمليات داخل حاوية واحدة أو أكثر
تحديث تحديث التكوين لواحد أو أكثر من الحاويات
الإصدار إظهار معلومات إصدار Docker
انتظر حظر حتى تتوقف حاوية واحدة أو أكثر ، ثم اطبع رموز الخروج الخاصة بها

قم بتشغيل 'docker COMMAND --help' لمزيد من المعلومات حول أحد الأوامر.

للحصول على مزيد من المساعدة بشأن عامل الإرساء ، تحقق من أدلةنا على https://docs.docker.com/go/guides/

piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker load -i edge-orchestration.tar
الصورة المحملة: تنسيق الحافة: جوز الهند
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker images
حجم معرف صورة المستودع الذي تم إنشاؤه
edge-orchestration coconut 2ef4d528d390 منذ دقيقتين 154 ميجا بايت
arm32v7 / ubuntu 16.04 f46cdaad2749 منذ 3 أسابيع 106MB
hello-world الأحدث 1a30b4397839 منذ 5 أسابيع 4.85kB
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker run -it -d --privileged --network = "host" --name edge-orchestration -v / var / edge-orchestration /: / var / edge-orchestration /: rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v / proc /: / process /: ro edge-orchestration: coconut
c0c5c6c41db35d641c5d94b50089938eeaeb1945bd16cc1d3405d290740e203e
piraspberrypi : ~ / edge-home-orchestration-go / bin $ curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "Accept: application / json" -H "Content-Type : application / json "-d" {"ServiceName": "hello-world"، "ServiceInfo": [{"ExecutionType": "container"، "ExecCmd": ["docker"، "run"، "-v" ، "/ var / run: / var / run: rw"، "hello-world"]}]، "StatusCallbackURI": "http: // localhost: 8888 / api / v1 / services / الإعلام \"} "

^ ج
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker run -it -d --privileged --network = "host" - name edge-orchestration -e SECURE = true -v / var / edge- orchestration /: / var / edge-orchestration /: rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v / proc /: / process /: ro edge-orchestration: coconut
عامل ميناء: استجابة خطأ من البرنامج الخفي: تعارض. اسم الحاوية "/ edge-orchestration" قيد الاستخدام بالفعل بواسطة الحاوية "c0c5c6c41db35d641c5d94b50089938eeaeb1945bd16cc1d3405d290740e203e". يجب عليك إزالة (أو إعادة تسمية) تلك الحاوية لتتمكن من إعادة استخدام هذا الاسم.
انظر "تعليمات تشغيل عامل الإرساء".
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker logs -f edge-orchestration
INFO [2021-08-19T07: 13: 33Z] main.go: 91 orchestrationInit [الواجهة] OrchestrationInit
INFO [2021-08-19T07: 13: 33Z] main.go: 92 orchestrationInit >>> الالتزام ID: e75c75e
INFO [2021-08-19T07: 13: 33Z] main.go: 93 orchestrationInit >>> الإصدار:
INFO [2021-08-19T07: 13: 33Z] main.go: 94 orchestrationInit >>> buildTime: 20210819.0806
INFO [2021-08-19T07: 13: 33Z] main.go: 95 orchestrationInit >>> buildTags:
INFO [2021-08-19T07: 13: 33Z] cipherDummy.go: 46 يتعذر على GetCipher قراءة مفتاح عبارة المرور من keyFilePath - فتح /var/edge-orchestration/user/orchestration_userID.txt: لا يوجد مثل هذا الملف أو الدليل
INFO [2021-08-19T07: 13: 33Z] discovery.go: 744 clearAllDeviceInfo [Discoverymgr] حذف كافة معلومات الجهاز
INFO [2021-08-19T07: 13: 33Z] discovery.go: 839 deleteDevice [Discoverymgr] [deleteDevice] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 13: 33Z] networkhelper.go: 194 setAddrInfo [networkmgr] addr 192.168.0.37/24
INFO [2021-08-19T07: 13: 33Z] discovery.go: 398 setDeviceID [Discoverymgr] UUID: 28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 13: 33Z] discovery.go: 542 SetNetwotkArgument [Discoverymgr] [192.168.0.37]
INFO [2021-08-19T07: 13: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 13: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 13: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([]) ، RTT (0)
INFO [2021-08-19T07: 13: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 13: 33Z] discovery.go: 577 func1
INFO [2021-08-19T07: 13: 33Z] configuremgr.go: 146 شاهد بدء المشاهدة لـ / var / edge-orchestration / apps
INFO [2021-08-19T07: 13: 33Z] configuremgr.go: 147 مشاهدة التهيئة ، نهاية تسجيل المراقب
INFO [2021-08-19T07: 13: 33Z] route.go: 84 إضافة {APIV1Ping GET / api / v1 / ping 0x6ac060}
INFO [2021-08-19T07: 13: 33Z] route.go: 84 إضافة {APIV1ServicemgrServicesPost POST / api / v1 / servicemgr / services 0x6ac0ec}
INFO [2021-08-19T07: 13: 33Z] route.go: 84 إضافة {APIV1ServicemgrServicesNotificationServiceIDPost POST / api / v1 / servicemgr / services / الإعلام / {serviceid} 0x6ac158}
INFO [2021-08-19T07: 13: 33Z] route.go: 84 إضافة {APIV1ScoringmgrScoreLibnameGet GET / api / v1 / scoringmgr / Score 0x6ac1c4}
INFO [2021-08-19T07: 13: 33Z] route.go: 84 إضافة {APIV1ScoringmgrResourceGet GET / api / v1 / scoringmgr / Resource 0x6ac230}
INFO [2021-08-19T07: 13: 33Z] route.go: 84 إضافة {APIV1DiscoverymgrMNEDCDeviceInfoPost POST / api / v1 / Discoverymgr / register 0x6ac29c}
INFO [2021-08-19T07: 13: 33Z] route.go: 84 إضافة {APIV1DiscoverymgrOrchestrationInfoGet GET / api / v1 / Discoverymgr / orchestrationinfo 0x6ac308}
INFO [2021-08-19T07: 13: 33Z] cipherDummy.go: 46 يتعذر على GetCipher قراءة مفتاح عبارة المرور من keyFilePath - فتح /var/edge-orchestration/user/orchestration_userID.txt: لا يوجد مثل هذا الملف أو الدليل
INFO [2021-08-19T07: 13: 33Z] route.go: 84 إضافة {APIV1RequestServicePost POST / api / v1 / orchestration / services 0x6a8678}
INFO [2021-08-19T07: 13: 33Z] route.go: 84 إضافة {APIV1RequestSecuremgrPost POST / api / v1 / orchestration / securemgr 0x6a86e4}
INFO [2021-08-19T07: 13: 33Z] route.go: 115 listenAndServe ListenAndServe_For_Inter
INFO [2021-08-19T07: 13: 33Z] route.go: 119 listenAndServe ListenAndServe
INFO [2021-08-19T07: 13: 33Z] main.go: 182 تزامن تم تنفيذ بدء تنسيق الواجهة
INFO [2021-08-19T07: 13: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 13: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 13: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 13: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 13: 33Z] discovery.go: 577 func1
INFO [2021-08-19T07: 13: 34Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 13: 34Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 13: 34Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 13: 34Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 13: 34Z] discovery.go: 577 func1
INFO [2021-08-19T07: 13: 34Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 13: 34Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 13: 34Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 13: 34Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 13: 34Z] discovery.go: 577 func1
INFO [2021-08-19T07: 13: 34Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 13: 34Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 13: 34Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([]) ، RTT (0)
INFO [2021-08-19T07: 13: 34Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 13: 34Z] discovery.go: 577 func1
INFO [2021-08-19T07: 13: 34Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 13: 34Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 13: 34Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 13: 34Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 13: 34Z] discovery.go: 577 func1
INFO [2021-08-19T07: 13: 34Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 13: 34Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 13: 34Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 13: 34Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 13: 34Z] discovery.go: 577 func1
INFO [2021-08-19T07: 13: 35Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 13: 35Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 13: 35Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 13: 35Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 13: 35Z] discovery.go: 577 func1
معلومات [2021-08-19T07: 14: 33Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-19T07: 14: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 14: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 14: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 14: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 14: 33Z] discovery.go: 577 func1
INFO [2021-08-19T07: 14: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 14: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 14: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 14: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 14: 33Z] discovery.go: 577 func1
معلومات [2021-08-19T07: 15: 33Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-19T07: 15: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 15: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 15: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 15: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 15: 33Z] discovery.go: 577 func1
INFO [2021-08-19T07: 15: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 15: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 15: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 15: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 15: 33Z] discovery.go: 577 func1
معلومات [2021-08-19T07: 16: 33Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-19T07: 16: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 16: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 16: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 16: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 16: 33Z] discovery.go: 577 func1
INFO [2021-08-19T07: 16: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 16: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 16: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 16: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 16: 33Z] discovery.go: 577 func1
معلومات [2021-08-19T07: 17: 33Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-19T07: 17: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 17: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 17: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 17: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 17: 33Z] discovery.go: 577 func1
INFO [2021-08-19T07: 17: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 17: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 17: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 17: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 17: 33Z] discovery.go: 577 func1
معلومات [2021-08-19T07: 18: 33Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-19T07: 18: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 18: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 18: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 18: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 18: 33Z] discovery.go: 577 func1
INFO [2021-08-19T07: 18: 33Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 18: 33Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 18: 33Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 18: 33Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 18: 33Z] discovery.go: 577 func1
^ ج
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker stop edge-orchestration
تنسيق الحافة
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker rm edge-orchestration
تنسيق الحافة
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker run -it -d --privileged --network = "host" --name edge-orchestration -v / var / edge-orchestration /: / var / edge-orchestration /: rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v / proc /: / process /: ro edge-orchestration: coconut
e2f758f3e9b66d674ce60dd57dd72cad967b58d9ed94289da8f9e924e62e165e
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker run -it -d --privileged --network = "host" - name edge-orchestration -e SECURE = true -v / var / edge- orchestration /: / var / edge-orchestration /: rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v / proc /: / process /: ro edge-orchestration: coconut
عامل ميناء: استجابة خطأ من البرنامج الخفي: تعارض. اسم الحاوية "/ edge-orchestration" قيد الاستخدام بالفعل بواسطة الحاوية "e2f758f3e9b66d674ce60dd57dd72cad967b58d9ed94289da8f9e924e62e165e". يجب عليك إزالة (أو إعادة تسمية) تلك الحاوية لتتمكن من إعادة استخدام هذا الاسم.
انظر "تعليمات تشغيل عامل الإرساء".
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker run -it -d --privileged --network = "host" - name edge-orchestration -e MNEDC = server -v / var / edge- orchestration /: / var / edge-orchestration /: rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v / proc /: / process /: ro edge-orchestration: coconut
عامل ميناء: استجابة خطأ من البرنامج الخفي: تعارض. اسم الحاوية "/ edge-orchestration" قيد الاستخدام بالفعل بواسطة الحاوية "e2f758f3e9b66d674ce60dd57dd72cad967b58d9ed94289da8f9e924e62e165e". يجب عليك إزالة (أو إعادة تسمية) تلك الحاوية لتتمكن من إعادة استخدام هذا الاسم.
انظر "تعليمات تشغيل عامل الإرساء".
piraspberrypi : ~ / edge-home-orchestration-go / bin $ curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "Accept: application / json" -H "Content-Type : application / json "-d" {"ServiceName": "hello-world"، "ServiceInfo": [{"ExecutionType": "container"، "ExecCmd": ["docker"، "run"، "-v" ، "/ var / run: / var / run: rw"، "hello-world"]}]، "StatusCallbackURI": "http: // localhost: 8888 / api / v1 / services / الإعلام \"} "
^ ج
piraspberrypi : ~ / edge-home-orchestration-go / bin $
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker ps -a
أسماء منافذ الحالة التي تم إنشاؤها بأمر معرّف الحاويات
e2f758f3e9b6 edge-orchestration: coconut "sh run.sh" منذ 3 دقائق Up 3 minutes edge-orchestration
882dfcf454da hello-world "/ hello" منذ 2 أيام خروج (0) منذ 2 يوم magical_beaver
d71ef8f47dbb hello-world "/ hello" منذ 2 أيام تم الخروج (0) منذ 2 أيام strange_hertz
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker stop edge-orchestration
تنسيق الحافة
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker rm edge-orchestration
تنسيق الحافة
piraspberrypi : ~ / edge-home-orchestration-go / bin $ sudo netstat -nap | grep 56001
piraspberrypi : ~ / edge-home-orchestration-go / bin $ docker run -it -d --privileged --network = "host" --name edge-orchestration -v / var / edge-orchestration /: / var / edge-orchestration /: rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v / proc /: / process /: ro edge-orchestration: coconut
6c3d4582207dd40939c4932417eb4b4f8277a263d780a516fe713f9411da73ab
piraspberrypi : ~ / edge-home-orchestration-go / bin $ sudo netstat -nap | grep 56001
tcp6 0 0 ::: 56001 ::: * LISTEN 5830 / edge-orchestra
piraspberrypi : ~ / edge-home-orchestration-go / bin $ curl -X POST "127.0.0.1:56001/api/v1/orchestration/services" -H "Accept: application / json" -H "Content-Type : application / json "-d" {\ "ServiceName \": \ "hello-world \"، \ "ServiceInfo \": [{\ "ExecutionType \": \ "container \"، \ "ExecCmd \": [ \ "docker \"، \ "run \"، \ "- v \"، \ "/ var / run: / var / run: rw \"، \ "hello-world \"]}]، \ "StatusCallbackURI \ ": \" http: // localhost: 8888 / api / v1 / services / الإعلام \ "}"
{"Message": "ERROR_NONE"، "RemoteTargetInfo": {"ExecutionType": "container"، "Target": "192.168.0.37"}، "ServiceName": "hello-world"} piraspberrypi : ~ / edge -home-orchestration-go / bin $ sudo netstat -npiraspberrypi : ~ / edge-home-orchestration-go / bin $ curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H " قبول: application / json "-H" Content-Type: application / json "-d" {\ "ServiceName \": \ "hello-world \"، \ "ServiceInfo \": [{\ "ExecutionType \": \ "container \"، \ "ExecCmd \": [\ "docker \"، \ "run \"، \ "- v \"، \ "/ var / run: / var / run: rw \"، \ "مرحبًا -world \ "]}]، \" StatusCallbackURI \ ": \" http: // localhost: 8888 / api / v1 / services / الإعلام \ "}"
{"Message": "ERROR_NONE"، "RemoteTargetInfo": {"ExecutionType": "container"، "Target": "192.168.0.37"}، "ServiceName": "hello-world"} piraspberrypi : ~ / edge -home-orchestration-go / bin $ docker logs -f edge-orchestration
INFO [2021-08-19T07: 23: 49Z] main.go: 91 orchestrationInit [الواجهة] OrchestrationInit
INFO [2021-08-19T07: 23: 49Z] main.go: 92 orchestrationInit >>> الالتزام ID: e75c75e
INFO [2021-08-19T07: 23: 49Z] main.go: 93 orchestrationInit >>> الإصدار:
INFO [2021-08-19T07: 23: 49Z] main.go: 94 orchestrationInit >>> buildTime: 20210819.0806
INFO [2021-08-19T07: 23: 49Z] main.go: 95 orchestrationInit >>> buildTags:
INFO [2021-08-19T07: 23: 49Z] cipherDummy.go: 46 يتعذر على GetCipher قراءة مفتاح عبارة المرور من keyFilePath - فتح /var/edge-orchestration/user/orchestration_userID.txt: لا يوجد مثل هذا الملف أو الدليل
INFO [2021-08-19T07: 23: 49Z] discovery.go: 744 clearAllDeviceInfo [Discoverymgr] حذف كافة معلومات الجهاز
INFO [2021-08-19T07: 23: 49Z] discovery.go: 839 deleteDevice [Discoverymgr] [deleteDevice] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 23: 49Z] networkhelper.go: 194 setAddrInfo [networkmgr] addr 192.168.0.37/24
INFO [2021-08-19T07: 23: 49Z] discovery.go: 398 setDeviceID [Discoverymgr] UUID: 28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 23: 49Z] discovery.go: 542 SetNetwotkArgument [Discoverymgr] [192.168.0.37]
INFO [2021-08-19T07: 23: 49Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 23: 49Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 23: 49Z] discovery.go: 577 func1
INFO [2021-08-19T07: 23: 49Z] configuremgr.go: 146 شاهد بدء المشاهدة لـ / var / edge-orchestration / apps
INFO [2021-08-19T07: 23: 49Z] configuremgr.go: 147 مشاهدة التهيئة ، نهاية تسجيل المراقب
INFO [2021-08-19T07: 23: 49Z] route.go: 84 إضافة {APIV1Ping GET / api / v1 / ping 0x6ac060}
INFO [2021-08-19T07: 23: 49Z] route.go: 84 إضافة {APIV1ServicemgrServicesPost POST / api / v1 / servicemgr / services 0x6ac0ec}
INFO [2021-08-19T07: 23: 49Z] helper.go: 104 DoGet [http://192.168.0.37:56002/api/v1/ping] فشل reqeust !! ، err = Get "http: //192.168 .0.37: 56002 / api / v1 / ping ": اطلب tcp 192.168.0.37:56002: الاتصال: رفض الاتصال
معلومات [2021-08-19T07: 23: 49Z] roundtriptime.go: 92 checkRTT احصل على "http://192.168.0.37:56002/api/v1/ping": اطلب tcp 192.168.0.37:56002: الاتصال: رفض الاتصال
INFO [2021-08-19T07: 23: 49Z] route.go: 84 إضافة {APIV1ServicemgrServicesNotificationServiceIDPost POST / api / v1 / servicemgr / services / الإعلام / {serviceid} 0x6ac158}
INFO [2021-08-19T07: 23: 49Z] route.go: 84 إضافة {APIV1ScoringmgrScoreLibnameGet GET / api / v1 / scoringmgr / Score 0x6ac1c4}
INFO [2021-08-19T07: 23: 49Z] route.go: 84 إضافة {APIV1ScoringmgrResourceGet GET / api / v1 / scoringmgr / Resource 0x6ac230}
INFO [2021-08-19T07: 23: 49Z] route.go: 84 إضافة {APIV1DiscoverymgrMNEDCDeviceInfoPost POST / api / v1 / Discoverymgr / register 0x6ac29c}
INFO [2021-08-19T07: 23: 49Z] route.go: 84 إضافة {APIV1DiscoverymgrOrchestrationInfoGet GET / api / v1 / Discoverymgr / orchestrationinfo 0x6ac308}
INFO [2021-08-19T07: 23: 49Z] cipherDummy.go: 46 يتعذر على GetCipher قراءة مفتاح عبارة المرور من keyFilePath - فتح /var/edge-orchestration/user/orchestration_userID.txt: لا يوجد مثل هذا الملف أو الدليل
INFO [2021-08-19T07: 23: 49Z] route.go: 84 إضافة {APIV1RequestServicePost POST / api / v1 / orchestration / services 0x6a8678}
INFO [2021-08-19T07: 23: 49Z] route.go: 84 إضافة {APIV1RequestSecuremgrPost POST / api / v1 / orchestration / securemgr 0x6a86e4}
INFO [2021-08-19T07: 23: 49Z] route.go: 115 listenAndServe ListenAndServe_For_Inter
INFO [2021-08-19T07: 23: 49Z] route.go: 119 listenAndServe ListenAndServe
INFO [2021-08-19T07: 23: 49Z] main.go: 182 التزامن تم تنفيذ عملية تزامن الواجهة
INFO [2021-08-19T07: 23: 49Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 23: 49Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([]) ، RTT (0)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 23: 49Z] discovery.go: 577 func1
INFO [2021-08-19T07: 23: 49Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 23: 49Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 23: 49Z] discovery.go: 577 func1
INFO [2021-08-19T07: 23: 49Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 23: 49Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 23: 49Z] discovery.go: 577 func1
INFO [2021-08-19T07: 23: 49Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 23: 49Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([]) ، RTT (0)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 23: 49Z] discovery.go: 577 func1
INFO [2021-08-19T07: 23: 49Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 23: 49Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 23: 49Z] discovery.go: 577 func1
INFO [2021-08-19T07: 23: 49Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 23: 49Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 23: 49Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 23: 49Z] discovery.go: 577 func1
INFO [2021-08-19T07: 23: 50Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 23: 50Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 23: 50Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 23: 50Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 23: 50Z] discovery.go: 577 func1
INFO [2021-08-19T07: 24: 41Z] externalhandler.go: 93 APIV1RequestServicePost [RestExternalInterface] APIV1RequestServicePost
INFO [2021-08-19T07: 24: 41Z] externalhandler.go: 157 APIV1RequestServicePost منفذ: 33118
INFO [2021-08-19T07: 24: 42Z] senderresolver.go: 75 إرجاع GetNameByPort: curl
INFO [2021-08-19T07: 24: 42Z] externalhandler.go: 162 APIV1RequestServicePost request: curl
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 131 RequestService [RequestService] hello-world: [{container [docker run -v / var / run: / var / run: rw hello-world] الخريطة [ ]}]
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 157 RequestService [RequestService] getCandidate
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 159 طلب الخدمة [0] المعرّف: edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 160 RequestService [0] ExecType: container
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 161 RequestService [0] نقطة النهاية: [192.168.0.37]
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 162 RequestService
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 340 func3 [orchestrationapi] deviceScore
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 341 معرف المرشح func3: edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 342 func3 مرشح ExecType: حاوية
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 343 نقطة نهاية مرشح func3: 192.168.0.37
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 344 func3 نتيجة المرشح: 14.846495859252466
INFO [2021-08-19T07: 24: 42Z] orchestrationapi.go: 247 RequestService [orchestrationapi] [{edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 192.168.0.37 14.846495859252466 خريطة]
INFO [2021-08-19T07: 24: 42Z] containerexecutor.go: 70 تنفيذ [containerexecutor] hello-world [docker run -v / var / run: / var / run: rw hello-world]
INFO [2021-08-19T07: 24: 42Z] containerexecutor.go: 71 طول معلمة تنفيذ [containerexecutor]: 5
معلومات [2021-08-19T07: 24: 42Z] route.go: 131 func1 من [127.0.0.1:33118] POST / api / v1 / orchestration / services APIV1RequestServicePost 146.304475ms
{"status": "pulling from library / hello-world"، "id": "latest"}
{"الحالة": "الملخص: sha256: 0fe98d7debd9049c50b597ef1f85b7c1e8cc81f59c8d623fcb2250e8bec85b38"}
{"status": "الحالة: تم تحديث الصورة لـ hello-world: الأحدث"}
INFO [2021-08-19T07: 24: 44Z] containerexecutor.go: 91 تنفيذ [containerexecutor] إنشاء حاوية: 20d38d8de7
2021-08-19 T07: 24: 45.974837713Z
2021-08-19T07: 24: 45.975191565Z مرحبًا من Docker!
2021-08-19T07: 24: 45.975228075Z تُظهر هذه الرسالة أن التثبيت يبدو أنه يعمل بشكل صحيح.
2021-08-19 T07: 24: 45.975258648Z
2021-08-19T07: 24: 45.975288336Z لإنشاء هذه الرسالة ، اتخذ Docker الخطوات التالية:
2021-08-19T07: 24: 45.975318752Z 1. اتصل عميل Docker بشفرة Docker.
2021-08-19T07: 24: 45.975349169Z 2. سحب عفريت Docker صورة "hello-world" من Docker Hub.
2021-08-19 T07: 24: 45.975380470Z (arm32v7)
2021-08-19T07: 24: 45.975410054Z 3. أنشأ البرنامج الخفي لـ Docker حاوية جديدة من تلك الصورة التي تشغل
2021-08-19T07: 24: 45.975440418Z قابل للتنفيذ ينتج عنه الإخراج الذي تقرأه حاليًا.
2021-08-19T07: 24: 45.975470835Z 4. قام برنامج Docker الخفي ببث هذا الإخراج إلى عميل Docker ، والذي أرسله
2021-08-19T07: 24: 45.975515991Z إلى جهازك الطرفي.
2021-08-19 T07: 24: 45.975546147Z
2021-08-19T07: 24: 45.975575626Z لتجربة شيء أكثر طموحًا ، يمكنك تشغيل حاوية Ubuntu باستخدام:
2021-08-19T07: 24: 45.975605990Z $ Docker run -it ubuntu bash
2021-08-19 T07: 24: 45.975637500Z
2021-08-19T07: 24: 45.975669115Z مشاركة الصور وأتمتة مهام سير العمل والمزيد باستخدام معرف Docker مجاني:
2021-08-19 T07: 24: 45.975699583Z https://hub.docker.com/
2021-08-19 T07: 24: 45.975728802Z
2021-08-19T07: 24: 45.975758229Z لمزيد من الأمثلة والأفكار ، قم بزيارة:
2021-08-19 T07: 24: 45.975797916Z https://docs.docker.com/get-started/
2021-08-19 T07: 24: 45.975828541Z
INFO [2021-08-19T07: 24: 46Z] containerexecutor.go: 117 تنفيذ حالة تنفيذ الحاوية [containerexecutor]: 0
INFO [2021-08-19T07: 24: 46Z] orchestrationapi.go: 448 تم تغيير حالة خدمة listenNotify [orchestrationapi] [appNames: hello-world] [الحالة: انتهى]
معلومات [2021-08-19T07: 24: 49Z] discovery.go: 859 activeDiscovery [Discoverymgr] activeDiscovery !!!
INFO [2021-08-19T07: 24: 49Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO [2021-08-19T07: 24: 49Z] discovery.go: 574 func1 [deviceDetectionRoutine] confInfo: ExecType (حاوية) ، النظام الأساسي (عامل إرساء)
INFO [2021-08-19T07: 24: 49Z] discovery.go: 575 func1 [deviceDetectionRoutine] netInfo: IPv4 ([192.168.0.37]) ، RTT (0)
INFO [2021-08-19T07: 24: 49Z] discovery.go: 576 func1 [deviceDetectionRoutine] معلومات الخدمة: الخدمات ([])
INFO [2021-08-19T07: 24: 49Z] discovery.go: 577 func1
INFO [2021-08-19T07: 24: 49Z] discovery.go: 573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-19T07:24:49Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-19T07:24:49Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-19T07:24:49Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-19T07:24:49Z]discovery.go:577 func1
INFO[2021-08-19T07:25:49Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-19T07:25:49Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-19T07:25:49Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-19T07:25:49Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-19T07:25:49Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-19T07:25:49Z]discovery.go:577 func1
INFO[2021-08-19T07:25:49Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-19T07:25:49Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-19T07:25:49Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-19T07:25:49Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-19T07:25:49Z]discovery.go:577 func1
INFO[2021-08-19T07:26:22Z]externalhandler.go:93 APIV1RequestServicePost [RestExternalInterface] APIV1RequestServicePost
INFO[2021-08-19T07:26:22Z]externalhandler.go:157 APIV1RequestServicePost port: 40014
INFO[2021-08-19T07:26:22Z]senderresolver.go:75 GetNameByPort returning: curl
INFO[2021-08-19T07:26:22Z]externalhandler.go:162 APIV1RequestServicePost requester: curl
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:131 RequestService [RequestService] hello-world: [{container [docker run -v /var/run:/var/run:rw hello-world] map[]}]
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:157 RequestService [RequestService] getCandidate
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:159 RequestService [0] Id : edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:160 RequestService [0] ExecType : container
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:161 RequestService [0] Endpoint : [192.168.0.37]
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:162 RequestService
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:340 func3 [orchestrationapi] deviceScore
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:341 func3 candidate Id : edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:342 func3 candidate ExecType : container
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:343 func3 candidate Endpoint : 192.168.0.37
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:344 func3 candidate score : 15.49186213040619
INFO[2021-08-19T07:26:22Z]orchestrationapi.go:247 RequestService [orchestrationapi] [{edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 192.168.0.37 15.49186213040619 map[] container}]
INFO[2021-08-19T07:26:22Z]route.go:131 func1 From [192.168.0.37:40014] POST /api/v1/orchestration/services APIV1RequestServicePost 155.2884ms
INFO[2021-08-19T07:26:22Z]containerexecutor.go:70 Execute [containerexecutor] hello-world [docker run -v /var/run:/var/run:rw hello-world]
INFO[2021-08-19T07:26:22Z]containerexecutor.go:71 Execute [containerexecutor] parameter length : 5
{"status":"Pulling from library/hello-world","id":"latest"}
{"status":"Digest: sha256:0fe98d7debd9049c50b597ef1f85b7c1e8cc81f59c8d623fcb2250e8bec85b38"}
{"status":"Status: Image is up to date for hello-world:latest"}
INFO[2021-08-19T07:26:24Z]containerexecutor.go:91 Execute [containerexecutor] create container : f866490034
2021-08-19T07:26:26.040470056Z
2021-08-19T07:26:26.040965523Z Hello from Docker!
2021-08-19T07:26:26.041098075Z This message shows that your installation appears to be working correctly.
2021-08-19T07:26:26.041217554Z
2021-08-19T07:26:26.041400105Z To generate this message, Docker took the following steps:
2021-08-19T07:26:26.041519323Z 1. The Docker client contacted the Docker daemon.
2021-08-19T07:26:26.041677812Z 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2021-08-19T07:26:26.041797135Z (arm32v7)
2021-08-19T07:26:26.041910520Z 3. The Docker daemon created a new container from that image which runs the
2021-08-19T07:26:26.042026561Z executable that produces the output you are currently reading.
2021-08-19T07:26:26.042141248Z 4. The Docker daemon streamed that output to the Docker client, which sent it
2021-08-19T07:26:26.042256664Z to your terminal.
2021-08-19T07:26:26.042407133Z
2021-08-19T07:26:26.042520778Z To try something more ambitious, you can run an Ubuntu container with:
2021-08-19T07:26:26.042667913Z $ docker run -it ubuntu bash
2021-08-19T07:26:26.042780308Z
2021-08-19T07:26:26.042888589Z Share images, automate workflows, and more with a free Docker ID:
2021-08-19T07:26:26.042999995Z https://hub.docker.com/
2021-08-19T07:26:26.043109891Z
2021-08-19T07:26:26.043216713Z For more examples and ideas, visit:
2021-08-19T07:26:26.043245984Z https://docs.docker.com/get-started/
2021-08-19T07:26:26.043275150Z
INFO[2021-08-19T07:26:26Z]containerexecutor.go:117 Execute [containerexecutor] container execution status : 0
INFO[2021-08-19T07:26:26Z]orchestrationapi.go:448 listenNotify [orchestrationapi] service status changed [appNames:hello-world][status:Finished]
INFO[2021-08-19T07:26:49Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-19T07:26:49Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-19T07:26:49Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-19T07:26:49Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-19T07:26:49Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-19T07:26:49Z]discovery.go:577 func1
INFO[2021-08-19T07:26:49Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-19T07:26:49Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-19T07:26:49Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-19T07:26:49Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-19T07:26:49Z]discovery.go:577 func1
INFO[2021-08-19T07:27:49Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
INFO[2021-08-19T07:27:49Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-19T07:27:49Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-19T07:27:49Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-19T07:27:49Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-19T07:27:49Z]discovery.go:577 func1
INFO[2021-08-19T07:27:49Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
INFO[2021-08-19T07:27:49Z]discovery.go:574 func1 [deviceDetectionRoutine] confInfo : ExecType(container), Platform(docker)
INFO[2021-08-19T07:27:49Z]discovery.go:575 func1 [deviceDetectionRoutine] netInfo : IPv4([192.168.0.37]), RTT(0)
INFO[2021-08-19T07:27:49Z]discovery.go:576 func1 [deviceDetectionRoutine] serviceInfo : Services([])
INFO[2021-08-19T07:27:49Z]discovery.go:577 func1

ما زلت غير قادر على فهم أين أخطأت

أحسنت. أنت فعلت ذلك!

> > pi<strong i="8">@raspberrypi</strong>:/edge-home-orchestration-go/bin $ docker run -it -d --privileged --network="host" --name edge-orchestration -v /var/edge-orchestration/:/var/edge-orchestration/:rw -v /var/run/docker.sock:/var/run/docker.sock:rw -v /proc/:/process/:ro edge-orchestration:coconut
> > 6c3d4582207dd40939c4932417eb4b4f8277a263d780a516fe713f9411da73ab
> > pi<strong i="9">@raspberrypi</strong>:/edge-home-orchestration-go/bin $ sudo netstat -nap | grep 56001
> > tcp6       0      0 :::56001                :::*                    LISTEN      5830/edge-orchestra
> > pi<strong i="10">@raspberrypi</strong>:/edge-home-orchestration-go/bin $ curl -X POST "127.0.0.1:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ "ServiceName": "hello-world", "ServiceInfo": [{ "ExecutionType": "container", "ExecCmd": [ "docker", "run", "-v", "/var/run:/var/run:rw", "hello-world"]}], "StatusCallbackURI": "[http://localhost:8888/api/v1/services/notification\"}](http://localhost:8888/api/v1/services/notification%5C%22%7D)"
> > {"Message":"ERROR_NONE","RemoteTargetInfo":{"ExecutionType":"container","Target":"192.168.0.37"},"ServiceName":"hello-world"}
> > pi<strong i="11">@raspberrypi</strong>:/edge-home-orchestration-go/bin $ curl -X POST "192.168.0.37:56001/api/v1/orchestration/services" -H "accept: application/json" -H "Content-Type: application/json" -d "{ "ServiceName": "hello-world", "ServiceInfo": [{ "ExecutionType": "container", "ExecCmd": [ "docker", "run", "-v", "/var/run:/var/run:rw", "hello-world"]}], "StatusCallbackURI": "[http://localhost:8888/api/v1/services/notification\"}](http://localhost:8888/api/v1/services/notification%5C%22%7D)"
> > {"Message":"ERROR_NONE","RemoteTargetInfo":{"ExecutionType":"container","Target":"192.168.0.37"},"ServiceName":"hello-world"}

> > INFO[2021-08-19T07:24:41Z]externalhandler.go:93 APIV1RequestServicePost [RestExternalInterface] APIV1RequestServicePost
> > INFO[2021-08-19T07:24:41Z]externalhandler.go:157 APIV1RequestServicePost port:  33118
> > INFO[2021-08-19T07:24:42Z]senderresolver.go:75 GetNameByPort returning:  curl
> > INFO[2021-08-19T07:24:42Z]externalhandler.go:162 APIV1RequestServicePost requester:  curl
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:131 RequestService [RequestService] hello-world: [{container [docker run -v /var/run:/var/run:rw hello-world] map[]}]
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:157 RequestService [RequestService] getCandidate
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:159 RequestService [0] Id       : edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:160 RequestService [0] ExecType : container
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:161 RequestService [0] Endpoint : [192.168.0.37]
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:162 RequestService
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:340 func3 [orchestrationapi] deviceScore
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:341 func3 candidate Id       : edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:342 func3 candidate ExecType : container
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:343 func3 candidate Endpoint : 192.168.0.37
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:344 func3 candidate score    : 14.846495859252466
> > INFO[2021-08-19T07:24:42Z]orchestrationapi.go:247 RequestService [orchestrationapi]  [{edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe 192.168.0.37 14.846495859252466 map[] container}]
> > INFO[2021-08-19T07:24:42Z]containerexecutor.go:70 Execute [containerexecutor] hello-world [docker run -v /var/run:/var/run:rw hello-world]
> > INFO[2021-08-19T07:24:42Z]containerexecutor.go:71 Execute [containerexecutor] parameter length : 5
> > INFO[2021-08-19T07:24:42Z]route.go:131 func1 From [127.0.0.1:33118] POST /api/v1/orchestration/services APIV1RequestServicePost 146.304475ms
> > {"status":"Pulling from library/hello-world","id":"latest"}
> > {"status":"Digest: sha256:0fe98d7debd9049c50b597ef1f85b7c1e8cc81f59c8d623fcb2250e8bec85b38"}
> > {"status":"Status: Image is up to date for hello-world:latest"}
> > INFO[2021-08-19T07:24:44Z]containerexecutor.go:91 Execute [containerexecutor] create container : 20d38d8de7
> > 2021-08-19T07:24:45.974837713Z
> > 2021-08-19T07:24:45.975191565Z Hello from Docker!
> > 2021-08-19T07:24:45.975228075Z This message shows that your installation appears to be working correctly.
> > 2021-08-19T07:24:45.975258648Z
> > 2021-08-19T07:24:45.975288336Z To generate this message, Docker took the following steps:
> > 2021-08-19T07:24:45.975318752Z  1. The Docker client contacted the Docker daemon.
> > 2021-08-19T07:24:45.975349169Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
> > 2021-08-19T07:24:45.975380470Z     (arm32v7)
> > 2021-08-19T07:24:45.975410054Z  3. The Docker daemon created a new container from that image which runs the
> > 2021-08-19T07:24:45.975440418Z     executable that produces the output you are currently reading.
> > 2021-08-19T07:24:45.975470835Z  4. The Docker daemon streamed that output to the Docker client, which sent it
> > 2021-08-19T07:24:45.975515991Z     to your terminal.
> > 2021-08-19T07:24:45.975546147Z
> > 2021-08-19T07:24:45.975575626Z To try something more ambitious, you can run an Ubuntu container with:
> > 2021-08-19T07:24:45.975605990Z  $ docker run -it ubuntu bash
> > 2021-08-19T07:24:45.975637500Z
> > 2021-08-19T07:24:45.975669115Z Share images, automate workflows, and more with a free Docker ID:
> > 2021-08-19T07:24:45.975699583Z  https://hub.docker.com/
> > 2021-08-19T07:24:45.975728802Z
> > 2021-08-19T07:24:45.975758229Z For more examples and ideas, visit:
> > 2021-08-19T07:24:45.975797916Z  https://docs.docker.com/get-started/
> > 2021-08-19T07:24:45.975828541Z
> > INFO[2021-08-19T07:24:46Z]containerexecutor.go:117 Execute [containerexecutor] container execution status : 0
> > INFO[2021-08-19T07:24:46Z]orchestrationapi.go:448 listenNotify [orchestrationapi] service status changed [appNames:hello-world][status:Finished]
> > INFO[2021-08-19T07:24:49Z]discovery.go:859 activeDiscovery [discoverymgr] activeDiscovery!!!
> > INFO[2021-08-19T07:24:49Z]discovery.go:573 func1 [deviceDetectionRoutine] edge-orchestration-28d686b3-f29c-4f69-9042-4762a9a3c4fe

بعد ذلك ، كيف يمكنني الحصول على الدرجات للأجهزة المختلفة المتصلة بالشبكة؟

وأيضًا هل يمكنك إعلامي ، إذا كان بإمكاني إجراء أي تحليل مقارنة بين الحوسبة المتطورة والحوسبة السحابية مع هذا المشروع.

بعد ذلك ، كيف يمكنني الحصول على الدرجات للأجهزة المختلفة المتصلة بالشبكة؟

mchittineni الرجاء فتح شريط إصدار منفصل لسؤالك أعلاه. نحن نحافظ على سياسة الخيط التي يجب أن تحتوي كل مشكلة على مشكلة واحدة مستقلة ، حتى نتمكن من معالجتها بشكل حدسي بكفاءة. شكرا لكم مقدما. 🙏

وأيضًا هل يمكنك إعلامي ، إذا كان بإمكاني إجراء أي تحليل مقارنة بين الحوسبة المتطورة والحوسبة السحابية مع هذا المشروع.

mchittineni الرجاء فتح شريط إصدار منفصل لسؤالك أعلاه. نحن نحافظ على سياسة الخيط التي يجب أن تحتوي كل مشكلة على مشكلة واحدة مستقلة ، حتى نتمكن من معالجتها بشكل حدسي بكفاءة. شكرا لكم مقدما. 🙏

هل كانت هذه الصفحة مفيدة؟
0 / 5 - 0 التقييمات