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?
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
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?
Re: Docker on B3?
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:
Done!
best
sakaki
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)
best
sakaki