mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 16:42:18 -05:00
[GH-ISSUE #3844] bookworm image fails to start without privileged mode #14476
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 @bjo81 on GitHub (Sep 4, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3844
Subject of the issue
After uprading from 1.29.1 to 1.29.2 the image does not start.
Deployment environment
Steps to reproduce
Uprade from 1.29.1 to 1.29.2
Expected behaviour
The container starts.
Actual behaviour
The container does not start except "privileged: true" is set in the docker-compose file. Maybe it's the same issue as #3839 ?
Troubleshooting data
@stefan0xC commented on GitHub (Sep 4, 2023):
If you are not using
armv6it's more likely that the issue is related to #3827Can you provide the output of
docker info?@bjo81 commented on GitHub (Sep 4, 2023):
Sure:
@BlackDex commented on GitHub (Sep 5, 2023):
Please update docker to the latest version as @stefan0xC mentioned in his post linking to #3827