Why allow "everyone" to have read write permission to shared folders in order to run container manager? Wouldn't this be insecure?
Why allow "everyone" to have read write permission to shared folders in order to run container manager? Wouldn't this be insecure?
2 Comments
artwork@lemmy.world · 2 pts · 122d
The question is asked, yet no actual answer is given for the article.
A usual secure way is to set the bind-mounted modes to
u+rwxand ownership to the container User UID, which you may check viadocker inspect <container>or its image.Meanwhile, nice choice for the NodeRed! ✨
hardful9856@programming.dev · 2 pts · 122d
Thanks!