Closed jzstark closed 7 years ago
As I said in the last email the images all need to be rebuilt for arm. This has not been done yet. There are other priorities.
If you want it to work on arm the last email had a link to the instructions for rebuilding the images.
I would suggest sticking to x86 for now. Things are still changing rapidly so I don't want the overhead of managing 2 sets of images.
Cheers
Tosh
Get Outlook for Androidhttps://aka.ms/ghei36
From: J. Roger Zhao Sent: Tuesday, 21 February, 11:15 Subject: [me-box/databox-container-manager] Run DevStartInContiner.sh on ARM (#35) To: me-box/databox-container-manager Cc: Subscribed
I was trying to run the databox-container-manager on Raspberry Pi. To do that, first I change the line -t node:latest npm --prefix /cm start in DevStartInContiner.sh to -t hypriot/rpi-node npm --prefix /cm start.
After a successful npm install I ran ./DevStartInContiner.sh, but came across error messages as below:
{"errorDetail":{"message":"Error while pulling image: Get http://localhost:5000/v1/repositories/databox-arbiter-arm/images: dial tcp [::1]:5000: getsockopt: connection refused"},"error":"Error while pulling image: Get http://localhost:5000/v1/repositories/databox-arbiter-arm/images: dial tcp [::1]:5000: getsockopt: connection refused"}
So following the instruction, I ran sh ./updateLocalRegistry.sh. It successfully pulled databox-arbiter, databox-driver-twitter-stream, databox-store-blob, and databox-logstore (each for both localhost:5000/ and toshdatabox/ versions, so 8 docker images in total). But I also get some output like this:
Put http://localhost:5000/v1/repositories/databox-app-twitter-sentiment/: dial tcp [::1]:5000: getsockopt: connection refused
Then I ran ./DevStartInContiner.sh and still get the same error messages.
The docker version I use is 1.13.0, build 49bf474.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/me-box/databox-container-manager/issues/35, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABIaO1essEIlvxM0F7yPPyVGbWWuVfdTks5resaogaJpZM4MHLc8.
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.
Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system, you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
I was trying to run the databox-container-manager on Raspberry Pi. To do that, first I change the line
-t node:latest npm --prefix /cm start
inDevStartInContiner.sh
to-t hypriot/rpi-node npm --prefix /cm start
.After a successful
npm install
I ran./DevStartInContiner.sh
, but came across error messages as below:So following the instruction, I ran
sh ./updateLocalRegistry.sh
. It successfully pulled databox-arbiter, databox-driver-twitter-stream, databox-store-blob, and databox-logstore (each for both localhost:5000/ and toshdatabox/ versions, so 8 docker images in total). But I also get some output like this:Then I ran
./DevStartInContiner.sh
and still get the same error messages.The docker version I use is
1.13.0, build 49bf474
.