mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
cant run docker on rpi3b #2214
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @durd on GitHub.
Hi,
I can't seem to run the docker image on an Raspberry Pi 3B v1.2. I'm fairly new to docker, if that would explain anything. Only running appliance-like stuff (ex. Hass.IO).
I set up a clean raspbian, ran
sudo apt-get update; sudo apt-get upgradeand then installed docker:sudo apt-get install docker.io. I've triedmprasil/bitwarden:latestandmprasil/bitwarden:raspberrybut gotten different errors:And:
I can't figure out why docker wouldn't be able to find the tag, the tag is there on the io-page... :)
Any ideas?
@dani-garcia commented on GitHub:
The version of docker in the repos tends to be pretty old, can you do
docker --version?You might need to install a more recent docker version directly from their page.
@mprasil commented on GitHub:
Hi, you definitely need to use the
raspberryimage, thelatestimage is x86_64 only. I just tried to pull the image now and it worked, perhaps some issue on the docker side?@durd commented on GitHub:
Yeah, it was the repos version of docker that was "bad".
Used the official
curl -sSL https://get.docker.com | shand re-ran the pull of the raspberry-tag and it downloaded just fine.Thanks for the help, please close the issue.