-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspbian buster support for docker install #38
Comments
Well, I was able to install and run docker, but can't run containers. docker/for-linux#545 specifically:
|
I'm running into this problem getting https://github.com/pi-hole/docker-pi-hole/#running-pi-hole-docker running on my new Rpi4. Now what? ;) |
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!
|
Were you able to install HypriotOS via headless method? I'm not sure how to enable SSH and configure wifi settings, seems to be different than raspbian. |
@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? |
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 Mobile<https://aka.ms/blhgte>
…________________________________
From: David De Sloovere <[email protected]>
Sent: Tuesday, June 9, 2020 7:25:16 AM
To: maddox/magic-cards <[email protected]>
Cc: dnguyen800 <[email protected]>; Mention <[email protected]>
Subject: Re: [maddox/magic-cards] Raspbian buster support for docker install (#38)
@dnguyen800<https://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 GitHub<#38 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF7WLS3Z65LMMOGF74J5U5DRVZA4ZANCNFSM4IJBP3UA>.
|
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:
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
The text was updated successfully, but these errors were encountered: