Running datapool and it's continaer as non-root user
Hey there,
docker and the corresponding datapool command are executed as root.
From a security point of view, this is highly questionable and for several years it has been pest-practice to run Docker as non-root.
Proposed solution:
- Create a user and group datapool.
- Include the user in the docker group
- Install the necessary files then as user datapool
Best,
Ingo
Edited by schmittu