Raspbian buster support for docker install
Opened this issue · 6 comments
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
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.
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!
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)
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.
@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?