New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Docker on B3?

Got problems with your B2 or B3? Share and get helped!
Post Reply
viggonavarsete
Posts: 9
Joined: 01 Feb 2015, 08:08

Docker on B3?

Post 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?
sakaki
Posts: 172
Joined: 15 Aug 2014, 11:20

Re: Docker on B3?

Post 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
Post Reply