mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #353] cant run docker on rpi3b #199
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 (Jan 20, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/353
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?
@mprasil commented on GitHub (Jan 20, 2019):
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?@dani-garcia commented on GitHub (Jan 20, 2019):
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.
@durd commented on GitHub (Jan 20, 2019):
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.