Guest Posted September 23, 2015 Share Posted September 23, 2015 Hi, As I saw some people were able to use docker on CubieTruck : https://dzone.com/articles/cross-platform-hybrid-cloud https://dzone.com/articles/big-data-processing-arm-0 As there are also some images for Raspberri/docker like http://blog.hypriot.com/getting-started-with-docker-on-your-arm-device/and as in the changelog of the kernel, docker is mentionned, I would like to know how to install & use docker on my cubietruck. Did someone achieve that ? I'll be quite interested to do a docker cluster of my Rasp & Cubietruck for my self hostiing needs Maybe this could help too : https://github.com/umiddelb/armhf/wiki/Installing,-running,-using-docker-on-armhf-%28ARMv7%29-devices Thanks, Nicolas Link to comment Share on other sites More sharing options...
Dh0mp5eur Posted September 24, 2015 Share Posted September 24, 2015 Hi, I use Docker on BananaPi. You need jessie with 4.2 kernel. Docker.io(1.6.2) package is in jessie backport. Add with: http://backports.debian.org/Instructions/ Update and install docker.io /!\ you must use arm docker image (rare). I recommend you: https://hub.docker.com/u/armv7/ Link to comment Share on other sites More sharing options...
Guest Posted September 24, 2015 Share Posted September 24, 2015 Hi, I thought I enabled backports by default and as I didn't find docker.io yesterday, I thought it did not exist. - Seems I was wrong, wo I will check later when back home ! Thanks for pointing the right direction ! Link to comment Share on other sites More sharing options...
September Posted September 24, 2015 Share Posted September 24, 2015 Hi, you may use the more recent one you already found at http://blog.hypriot.com/downloads/ Used source: http://www.lemaker.org/forum.php?mod=viewthread&tid=4252&extra=page%3D1 Link to comment Share on other sites More sharing options...
Guest Posted September 24, 2015 Share Posted September 24, 2015 @Dh0mp5eur : indeed, with jessie-backports, it works better @September : you mean using the .deb from hypriot ? Did you test it on a CubieTruck ? Link to comment Share on other sites More sharing options...
Guest Posted September 24, 2015 Share Posted September 24, 2015 Answering to myself : Using .deb from hypriot works (so far) Don't forget to add your user in the docker group Seems you still have to change the docker.service file to make it work : http://www.lemaker.org/forum.php?mod=redirect&goto=findpost&ptid=4252&pid=89274 Link to comment Share on other sites More sharing options...
September Posted September 25, 2015 Share Posted September 25, 2015 Seems, you've got it. On RasPi2 the overlay FS is 'self detected' and added as a parameter. No glue why it's not on the BPi and CT. Unfortunately you have to do the small change whenever you update Docker. I already tried to manipulate the docker config under /etc To persist. So far w/o success. When there's time ... Link to comment Share on other sites More sharing options...
Recommended Posts