TIL that Docker plugins need exec perms on the filesystem
For one of our customers we needed to install the Docker-plugin for loki. To install it, you run:
docker plugin install loki
However this failed with the following error message:
Error response from daemon: dial unix /run/docker/plugins/d442cff8568254659f9aa7d2dd5a30526b69d1ac62593c628b65da8b9e933c6a/loki.sock: connect: no such file or directory
Running strace …
more ...