From 5fcc6f3290572f48b846693cd91dc77ec54bd5e9 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Tue, 12 Mar 2019 11:26:32 +0200 Subject: [PATCH] docs(security): add the docker image security best practices --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b2496d..e7d8524 100644 --- a/README.md +++ b/README.md @@ -669,6 +669,7 @@ Services to securely store your Docker images. - [Security Best Practices for Building Docker Images](https://linux-audit.com/tag/docker/) - [Software Engineering Radio interview of Docker Security Team Lead (Diogo Mónica)](http://www.se-radio.net/2017/05/se-radio-episode-290-diogo-monica-on-docker-security/) - [Top ten most popular docker images each contain at least 30 vulnerabilities](https://snyk.io/blog/top-ten-most-popular-docker-images-each-contain-at-least-30-vulnerabilities/) +- [Ten Docker Image Security Best Practices Cheat Sheet](https://snyk.io/blog/10-docker-image-security-best-practices) - [Tuning Docker with the newest security enhancements](https://opensource.com/business/15/3/docker-security-tuning) - [Understanding Docker security and best practices](https://blog.docker.com/2015/05/understanding-docker-security-and-best-practices/) (written 5 MAY 2015)