From 3872e94ec4a692263d8a3db63e26ab67655c66a8 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Tue, 4 Aug 2015 18:29:03 +0200 Subject: [PATCH] Add security section with docker-bench-security --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 998662c..2967644 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,8 @@ Securely store your Docker images. * [autodock](https://github.com/prologic/autodock) (Daemon for Docker Automation) * [blimp](https://github.com/tubesandlube/blimp) Uses Docker Machine to easily move a container from one Docker host to another, show containers running against all of your hosts, replicate a container across multiple hosts and more. By [@defermat](https://github.com/defermat) and [@schvin](https://github.com/schvin) +## Security +* [docker-bench-security](https://github.com/docker/docker-bench-security) script that checks for dozens of common best-practices around deploying Docker containers in production. By [@docker](https://github.com/docker) ## Service Discovery * [docker-consul](https://github.com/progrium/docker-consul) by [@progrium](https://github.com/progrium)