5.5 Do not use privileged containers

Information

https://docs.docker.com/ reference/commandline/cli

Solution

Do not run container with the --privileged flag.For example, do not start a container as below-$> docker run --privileged -i -t centos /bin/bash

Impact-Linux Kernel Capabilities other than defaults would not be available for use within
container.

Default Value-False.

See Also

https://workbench.cisecurity.org/files/514