Page 1 of 1

Docker on B3?

Posted: 28 Apr 2015, 12:16
by viggonavarsete
Hi,

I would really like to run Docker on my B3, but according to Docker documentation it only runs on Debian 7.7 and 8.0 (64bit), see https://docs.docker.com/installation/debian/

Anyone with knowledge/experience on running Docker on B3, and needs to be done, if possible at all?

Re: Docker on B3?

Posted: 29 Apr 2015, 10:25
by sakaki
Hi viggonavarsete,

don't know about Debian, but you can easily install the Docker client on Arch Linux (as it is in their armv5 repo). You can try out the Arch live-USB for the B3 (which can be run without affecting any Debian system on your B3's HDD) here.

Boot the live-USB, ssh in, then:

Code: Select all

[root@archb3 ~] pacman -Sy
 (to update package metadata)
[root@archb3 ~] pacman -S docker
 (confirm when prompted)
Done!

best

sakaki