Closed olifloof closed 2 years ago
See https://github.com/moby/moby/issues/9976
Security concerns there imply that user is in docker group AND docker run command is executed with option --privileged, which the latter script doesn't use, because of those risks.
docker
docker run
--privileged
See https://github.com/moby/moby/issues/9976