Frigate 0.16: Workaround for s6-overlay-suexec permissions issue on Docker with userns-remap + userns_mode: host #19292
kam821
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For anyone having trouble starting Frigate 0.16 container caused by the s6-overlay-suexec error on userns-remap enabled Docker with userns_mode: host set
Here is a workaround:
Create an additional volume and mount it to the /run directory:
After the volume has been created, change the owner of the _data directory inside to root:root, e.g.:
chown -R root:root /var/lib/docker/165536.165536/volumes/frigate_run/_data
You can also try to directly mount bind some root owned, empty directory instead of creating volume.
It's not the most elegant solution, but it gets the job done.
Beta Was this translation helpful? Give feedback.
All reactions