mdegat01 / addon-promtail

Promtail for Home Assistant
MIT License
16 stars 19 forks source link

Allow access on docker root paths in debian #182

Closed mdegat01 closed 2 years ago

mdegat01 commented 2 years ago

Proposed Changes

In a debian system, docker maps containers to folders within /var/lib/docker/overlay2. Some commands see this path with certain commands within the container and permission was not granted there, only to /docker/overlay2 (the docker root on other OS's). Added this support.

Related Issues

Fixes #181