Don’t Let Open Source Vulnerabilities Crawl Into Your Docker Images

When we choose a base image for our Docker container, we indirectly take upon ourselves the risk of all the security concerns that the base image is bundled with. This can be poorly configured defaults that don’t contribute to the security of the operating system, as well as system libraries that are bundled with the base image we chose.

Read full article on Dzone