[GH-ISSUE #409] Document different docker image options #236

Closed
opened 2026-03-03 01:27:04 +03:00 by kerem · 5 comments
Owner

Originally created by @ghost on GitHub (Feb 22, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/409

Hello.
I have a RasbperryPi nad have installed docker with the command 👍 curl -sSL https://get.docker.com | sh

Docker installed : Docker version 18.09.0, build 4d60db4

I installed bitwarden_rs but I get this error in the logs:
{"log":"standard_init_linux.go:207: exec user process caused "exec format error"\n","stream":"stderr","time":"2019-02-22T08:03:43.382185872Z"}

And bitwarden_rs contianer doesn't start.
Any idea ?

docker inspect bitwarden command output :

"Id": "cf05b498f6aac9866619198fe630b7fcd75aed13162350f6f22a35d85f3981bb",
"Created": "2019-02-22T08:00:03.33774869Z",
"Path": "/bin/sh",
"Args": [
"-c",
"./bitwarden_rs"
],
"State": {
"Status": "exited",
"Running": false,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 0,
"ExitCode": 1,
"Error": "",
"StartedAt": "2019-02-22T08:03:43.497816142Z",
"FinishedAt": "2019-02-22T08:03:43.496852962Z"
},

Many thanks in advance!

Originally created by @ghost on GitHub (Feb 22, 2019). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/409 Hello. I have a RasbperryPi nad have installed docker with the command :+1: curl -sSL https://get.docker.com | sh Docker installed : Docker version 18.09.0, build 4d60db4 I installed bitwarden_rs but I get this error in the logs: {"log":"standard_init_linux.go:207: exec user process caused \"exec format error\"\n","stream":"stderr","time":"2019-02-22T08:03:43.382185872Z"} And bitwarden_rs contianer doesn't start. Any idea ? docker inspect bitwarden command output : "Id": "cf05b498f6aac9866619198fe630b7fcd75aed13162350f6f22a35d85f3981bb", "Created": "2019-02-22T08:00:03.33774869Z", "Path": "/bin/sh", "Args": [ "-c", "./bitwarden_rs" ], "State": { "Status": "exited", "Running": false, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 0, "ExitCode": 1, "Error": "", "StartedAt": "2019-02-22T08:03:43.497816142Z", "FinishedAt": "2019-02-22T08:03:43.496852962Z" }, Many thanks in advance!
kerem 2026-03-03 01:27:04 +03:00
Author
Owner

@mprasil commented on GitHub (Feb 22, 2019):

Hi, on raspberry you need to use mprasil/bitwarden:raspberry image. Is that the one you're trying to use?

<!-- gh-comment-id:466332766 --> @mprasil commented on GitHub (Feb 22, 2019): Hi, on raspberry you need to use `mprasil/bitwarden:raspberry` image. Is that the one you're trying to use?
Author
Owner

@ghost commented on GitHub (Feb 22, 2019):

Many thanks! It works perfectly now.
I followed the instructions in the README and used mprasil/bitwarden:latest

If you could add a note regarding RaspberryPI in the README I think it could be very helpful also to other RPI users.

Many thanks for your wonderful work!

<!-- gh-comment-id:466335164 --> @ghost commented on GitHub (Feb 22, 2019): Many thanks! It works perfectly now. I followed the instructions in the README and used mprasil/bitwarden:latest If you could add a note regarding RaspberryPI in the README I think it could be very helpful also to other RPI users. Many thanks for your wonderful work!
Author
Owner

@mprasil commented on GitHub (Feb 22, 2019):

Yeah I think we need to document different image options and link to the wiki from Readme.

<!-- gh-comment-id:466335961 --> @mprasil commented on GitHub (Feb 22, 2019): Yeah I think we need to document different image options and link to the wiki from Readme.
Author
Owner

@mprasil commented on GitHub (Feb 22, 2019):

I'm actually going to keep this open until we add the missing documentation.

<!-- gh-comment-id:466336318 --> @mprasil commented on GitHub (Feb 22, 2019): I'm actually going to keep this open until we add the missing documentation.
Author
Owner

@mprasil commented on GitHub (Feb 26, 2019):

This has been now done here.

<!-- gh-comment-id:467471063 --> @mprasil commented on GitHub (Feb 26, 2019): This has been now done [here](https://github.com/dani-garcia/bitwarden_rs/wiki/Which-Docker-image-to-use).
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#236
No description provided.