Replies: 1 comment
-
Please read the following: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Subject of the issue
Using my Raspberry Pi 4 (4GB) (Raspbian GNU/Linux 10 (buster) armv7l) and docker (Docker version 20.10.3, build 48d30b5) I tried to install bitwarden_rs with the following command:
docker pull bitwardenrs/server:raspberry
I found this command in many guides around the internet but for some reason it fails with the following error:
Error response from daemon: manifest for bitwardenrs/server:raspberry not found: manifest unknown: manifest unknown
I checked docker hub and I cannot find the tag "raspberry" so I think it was removed maybe?
Your environment
Steps to reproduce
docker pull bitwardenrs/server:raspberry
Expected behaviour
I expected a successfull installation
Actual behaviour
docker pull bitwardenrs/server:raspberry
Error response from daemon: manifest for bitwardenrs/server:raspberry not found: manifest unknown: manifest unknown
Relevant logs
Beta Was this translation helpful? Give feedback.
All reactions