Skip to content
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

Open
technicalpickles opened this issue Aug 2, 2019 · 6 comments
Open

Raspbian buster support for docker install #38

technicalpickles opened this issue Aug 2, 2019 · 6 comments

Comments

@technicalpickles
Copy link
Contributor

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

@technicalpickles technicalpickles changed the title Updated install docs for raspbian buster Raspbian buster support Aug 3, 2019
@technicalpickles
Copy link
Contributor Author

Well, I was able to install and run docker, but can't run containers. docker/for-linux#545 specifically:

docker: Error response from daemon: unable to find "net_prio" in controller set: unknown.

@technicalpickles technicalpickles changed the title Raspbian buster support Raspbian buster support for docker install Aug 4, 2019
@kaihendry
Copy link

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? ;)

@DavidDeSloovere
Copy link
Contributor

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)

@dnguyen800
Copy link
Contributor

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)

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.

@DavidDeSloovere
Copy link
Contributor

@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?

@dnguyen800
Copy link
Contributor

dnguyen800 commented Jun 9, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants