[GH-ISSUE #799] latest raspberry image exits immediately with error 1 #557

Closed
opened 2026-03-03 01:30:32 +03:00 by kerem · 3 comments
Owner

Originally created by @fvzwieten on GitHub (Jan 4, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/799

Subject of the issue

I run the following on rpi4 with raspian buster and docker.io:
docker run -d --name bitwarden -v /data/bitwarden/:/data/ -p 8081:80 bitwardenrs/server:latest

I get:

root@rpi41:~# docker ps -a
CONTAINER ID        IMAGE                       COMMAND             CREATED             STATUS                      PORTS               NAMES
cc1c4bbabe84        bitwardenrs/server:latest   "/bitwarden_rs"     12 seconds ago      Exited (1) 10 seconds ago                       bitwarden

I tried this also on a rpi3 running dietpi (stretch).

I used to run the mprasil/bitwarden:raspberry image which worked (and still works) fine on both the rpi3 and rpi4, so I will for now keep using that.

Originally created by @fvzwieten on GitHub (Jan 4, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/799 ### Subject of the issue I run the following on rpi4 with raspian buster and docker.io: `docker run -d --name bitwarden -v /data/bitwarden/:/data/ -p 8081:80 bitwardenrs/server:latest` I get: ``` root@rpi41:~# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES cc1c4bbabe84 bitwardenrs/server:latest "/bitwarden_rs" 12 seconds ago Exited (1) 10 seconds ago bitwarden ``` I tried this also on a rpi3 running dietpi (stretch). I used to run the mprasil/bitwarden:raspberry image which worked (and still works) fine on both the rpi3 and rpi4, so I will for now keep using that.
kerem closed this issue 2026-03-03 01:30:32 +03:00
Author
Owner

@dani-garcia commented on GitHub (Jan 4, 2020):

On a raspbery you'd have to use bitwardenrs/server:raspberry, the image you are currently using is for x86 hardware.

<!-- gh-comment-id:570809888 --> @dani-garcia commented on GitHub (Jan 4, 2020): On a raspbery you'd have to use `bitwardenrs/server:raspberry`, the image you are currently using is for x86 hardware.
Author
Owner

@Extarys commented on GitHub (Jan 8, 2020):

New image? Update time!
Thanks for your hard work @dani-garcia

<!-- gh-comment-id:571913513 --> @Extarys commented on GitHub (Jan 8, 2020): New image? Update time! Thanks for your hard work @dani-garcia
Author
Owner

@fvzwieten commented on GitHub (Jan 12, 2020):

Oops. Sorry!

<!-- gh-comment-id:573412962 --> @fvzwieten commented on GitHub (Jan 12, 2020): Oops. Sorry!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#557
No description provided.