From d5512d506d9b58df89ec0ba626b491d8593a4ab2 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Tue, 4 Aug 2015 18:31:03 +0200 Subject: [PATCH] add notary in security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2967644..f580f1f 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ Securely store your Docker images. ## 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) +* [notary](https://github.com/docker/notary) a server and a client for running and interacting with trusted collections. By [@docker](https://github.com/docker) ## Service Discovery * [docker-consul](https://github.com/progrium/docker-consul) by [@progrium](https://github.com/progrium)