latest raspberry image exits immediately with error 1 #558

Closed
opened 2026-02-04 21:33:06 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @fvzwieten on GitHub (Jan 4, 2020).

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). ### 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.
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.

@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

@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!

@fvzwieten commented on GitHub (Jan 12, 2020): Oops. Sorry!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#558