mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #531] Can't even start container #337
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#337
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 @bapesta786 on GitHub (Jul 15, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/531
Hey - running docker on Ubuntu Server and I have multiple containers running perfectly fine so far (Radarr, Sonarr, SABNZBD, Guacamole, Portainer) however whenever I try to start Bitwarden, I'm presented with the following error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "process_linux.go:275: applying cgroup configuration for process caused "mountpoint for cgroup not found"": unknown.
I'm really not sure what this refers to? I'm using the basic docker run command as stated in the instructions. I've tried different paths, different port numbers etc, but issue persists.
@mprasil commented on GitHub (Jul 15, 2019):
Which image are you using?
@bapesta786 commented on GitHub (Jul 15, 2019):
The one from here:
https://github.com/dani-garcia/bitwarden_rs
docker image listshows:bitwardenrs/server latest 68d7cf982a87 4 days ago 139MB
@JasperZ commented on GitHub (Jul 15, 2019):
bitwarden/setup is the official bitwarden image and not the one suitable for this repository. The image for this repo is bitwardenrs/server
@bapesta786 commented on GitHub (Jul 15, 2019):
my apologies, i posted the wrong one. My comment has been updated with the correct image.
@bapesta786 commented on GitHub (Jul 15, 2019):
Looks like I have a wider issue - I've restarted a running container (Sabnzbd) and I've been hit with the same message. I will try a restart of the OS and report back.
@bapesta786 commented on GitHub (Jul 15, 2019):
This can be closed - an OS reboot has fixed it .