Fixed docker security #331

Merged
kodxana merged 1 commit from master into master 2020-09-28 20:38:49 +02:00
kodxana commented 2020-09-28 20:24:00 +02:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry.tech#331
No description provided.