add notary in security

This commit is contained in:
Julien Bisconti 2015-08-04 18:31:03 +02:00
parent 3872e94ec4
commit d5512d506d

View File

@ -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)