mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #2215] Failure Starting Docker Container #1191
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#1191
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 @travisanderson65 on GitHub (Jan 7, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2215
I am getting the following error when I run the the command "docker run -d --name vaultwarden -v /vw-data/:/data/ -p 80:80 vaultwarden/server:latest"
Error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "proc" to rootfs at "/proc" caused: mount through procfd: permission denied: unknown.
docker container ls --all
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
--------- vaultwarden/server:latest "/usr/bin/dumb-init …" About a minute ago Created 0.0.0.0:80->80/tcp, :::80->80/tcp, 3012/tcp vaultwarden