Fixed docker security #331

Merged
kodxana merged 1 commit from master into master 2020-09-28 20:38:49 +02:00

1 commit

Author SHA1 Message Date
kodxana 91431922f5
Fixed docker security
Running docker as sudo is not the best security.
https://engineering.bitnami.com/articles/why-non-root-containers-are-important-for-security.html

Instead of running container as root add user to docker group and there will no need for using sudo.
2020-09-28 20:22:58 +02:00