Dear everyone,
I have read on several websites that it is dangerous to expose the Docker socket inside a container because it is equivalent to getting root access as soon as the container would be compromised. See, for example, here, here and here.
- Do you think it is less secure to run ShinyProxy in the official container because the Docker socket needs to be mounted in it? Why (or why not) would this be the case?
- Is the security risk similar as running ShinyProxy directly with a user that belongs to the Docker group (because, according to the official Docker docs, the Docker group has privileges similar to root?
- I assume that the entire setup will be safer when running Docker in rootless mode. Is this possible with ShinyProxy?
Thanks in advance for helping out here.