mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #409] Document different docker image options #236
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#236
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 @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!
@mprasil commented on GitHub (Feb 22, 2019):
Hi, on raspberry you need to use
mprasil/bitwarden:raspberryimage. Is that the one you're trying to use?@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!
@mprasil commented on GitHub (Feb 22, 2019):
Yeah I think we need to document different image options and link to the wiki from Readme.
@mprasil commented on GitHub (Feb 22, 2019):
I'm actually going to keep this open until we add the missing documentation.
@mprasil commented on GitHub (Feb 26, 2019):
This has been now done here.