mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Can't even start container #339
Reference in New Issue
Block a user
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).
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 .