Why allow "everyone" to have read write permission?
Why allow "everyone" to have read write permission to shared folders in order to run container manager? Wouldn't this be insecure?
https://kb.synology.com/en-global/DSM/tutorial/Docker_container_cant_access_the_folder_or_file#x_anchor_idcd3f1170a3Open linkView original on programming.dev
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! ✨
Thanks!