question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Raspbian buster support for docker install

See original GitHub issue

I was following installation, and was running into problems with installing docker. I’m runnin ga Pi Zero W, so know there is an issue with the main release. However, the suggested version didn’t seem to exist?

Some little more digging made me realize that I’m on a newer raspbian, and that the released docker for that distro is also broken 😒 Fortunately, you can use the docker that comes from raspberian:

sudo apt-get install docker.io runc

You also need to start docker: sudo /etc/init.d/docker

I’ll see about updating the docks, but figured I’d mention in case anyone else runs into it

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
DavidDeSlooverecommented, Aug 14, 2019

I have spend a few hours trying to get docker running on the new Pi Zero W I got yesterday. Have given up and found another way: HypriotOS! A raspbian lite that includes docker, and works. The short version

  • flash HypriotOS image with balena
  • edit the user-data file as you need (i.e. wifi setup)
0reactions
dnguyen800commented, Jun 9, 2020

I’m not sure, but I am running into issues with my RFID card reader not being detected properly (shows as mice instead of input0, input1) in Raspbian distro, so I thought I should try a different distro. The latest Docker is supposed to fix the previous issues with Pi Zero W, and it does, from what I can tell.

Sent from Outlook Mobilehttps://aka.ms/blhgte


From: David De Sloovere notifications@github.com Sent: Tuesday, June 9, 2020 7:25:16 AM To: maddox/magic-cards magic-cards@noreply.github.com Cc: dnguyen800 dnguyen800@hotmail.com; Mention mention@noreply.github.com Subject: Re: [maddox/magic-cards] Raspbian buster support for docker install (#38)

@dnguyen800https://github.com/dnguyen800 It’s been a long time ago. Don’t recall to be honest. But I have spare monitor, so I probably hooked it up instead of doing headless. That said, does the latest Raspberry Pi OS (previously called Raspbian) still have issues with docker on Pi Zero W?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/maddox/magic-cards/issues/38#issuecomment-641332240, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AF7WLS3Z65LMMOGF74J5U5DRVZA4ZANCNFSM4IJBP3UA.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing Docker on Raspberry Pi 4 (Raspbian Buster) - Medium
This is a short guide on how to install Docker on your Raspberry Pi 4. Installing Docker opens up the wonderful world of...
Read more >
Install Docker Engine on Debian
Install from a package · Select your Debian version in the list. · Go to pool/stable/ and select the applicable architecture...
Read more >
Installing Docker on the Raspberry Pi - Pi My Life Up
This tutorial was tested using Raspbian Buster. ... Docker for the Raspberry Pi has support for Raspbian Jessie, Stretch, and Buster.
Read more >
How to fix Docker for Raspbian Buster - Alex Ellis' Blog
You may have tried to install Docker on your Raspberry Pi using the installation script provided by Docker Inc, but you've run into...
Read more >
Install Docker on Raspberry Pi: A Complete Guide | Simplilearn
Installing Docker Raspberry Pi · Keep your system upgraded and updated. · Install the package and download the installation script. · Give access ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found