https://github.com/docker/docker/pull/20727
|docker run -it --rm --security-opt=no-new-privileges fedora bashBasically if you run this command on a non privleged user account, it will disable any use
of setuid applications. No process can gain privileges with this flag set. For PAAS servers like OpenShift this is a big step forward in security. |