robflate
robflate
I solved it by mounting the docker socket in my compose; ``` volumes: - /var/run/docker.sock:/var/run/docker.sock:ro ``` then I added the following hook;
Thanks. I just tried it and it doesn't seem to work. I'm getting some permission denied errors. Perhaps what I'm wanting is not supported by this simple change. I want...
Yeah, my knowledge is limited but I think the benefit of passing `PUID` and `PGID` is it allows the container to run services as that user but also run services...
I've updated by post with additional information. It would be great to hear thoughts on this.
I found the Restic docs for running full backups without root. They're hidden away in the examples section; https://github.com/restic/restic/blob/master/doc/080_examples.rst#full-backup-without-root It suggests adding the extended attribute `setcap cap_dac_read_search=+ep` to the restic...
how did you fix this?
Any progress on this? I know the [Glances](https://github.com/nicolargo/glances) dev opened a feature request on the [psutil GitHub](https://github.com/giampaolo/psutil/issues/1609) but it hasn't lead anywhere. There's a [similar request on the Scrutiny GitHub](https://github.com/AnalogJ/scrutiny/issues/531)...
Apologies adding to a closed thread but I'm struggling to get the docker image to map to my local user. My compose file is; ``` libation: image: rmcrackan/libation container_name: libation...
Did this ever get solved?
Are you sure the `UID` and `GID` environment variables are actually present in the image? I couldn't find them anywhere in the code.