Skip to content

Rootless Frigate container (with Podman) #9440

Closed Answered by reidprichard
Procsiab asked this question in Question
Discussion options

You must be logged in to vote

@phillym
Thank you!!! Together with --group-add keep-groups that corrected udev did the trick. Man did I butcher that originally.

I had a bit of difficulty getting --group-add keep-groups set on other methods beside podman run (e.g. podman-compose or podman kube play), but setting it up with podlet wasn't too hard:

podlet podman run \
         -d \
         --group-add keep-groups \
         --name=frigate \
         --device /dev/bus/usb/003/002:/dev/bus/usb/003/002 \
         -e FRIGATE_RTSP_PASSWORD=password \
         -v /etc/localtime:/etc/localtime:ro \
         -v frigate_config:/config/:Z \
         -v /mnt/Frigate:/media/frigate \
         -v frigate_database:/database:Z \
      …

Replies: 8 comments 20 replies

Comment options

You must be logged in to vote
1 reply
@Procsiab
Comment options

Comment options

You must be logged in to vote
4 replies
@robotgoat
Comment options

@phillym
Comment options

@robotgoat
Comment options

@reidprichard
Comment options

Comment options

You must be logged in to vote
7 replies
@phillym
Comment options

@reidprichard
Comment options

@phillym
Comment options

@reidprichard
Comment options

Answer selected by Procsiab
@phillym
Comment options

@Procsiab
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@Procsiab
Comment options

@adarshahd
Comment options

@adarshahd
Comment options

@Procsiab
Comment options

@adarshahd
Comment options

Comment options

You must be logged in to vote
1 reply
@woolmonkey
Comment options

Comment options

You must be logged in to vote
2 replies
@asagent7
Comment options

@asagent7
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
8 participants