Do not use privileged containers

Details

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 –interactive –tty –privileged centos /bin/bashImpact-Linux Kernel Capabilities other than defaults would not be available for use within
container.Default Value-False.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles