From 5556a91eb2e190be8af367f3478b4e6afa88ebef Mon Sep 17 00:00:00 2001 From: Filipp Frizzy Date: Sun, 18 Oct 2015 23:54:58 +0300 Subject: [PATCH] add lnks into Security Links https://insights.ubuntu.com/2015/10/15/update-on-ubuntu-phone-security-issue/ https://www.lvh.io/posts/dont-expose-the-docker-socket-not-even-to-a-container.html http://rhelblog.redhat.com/?s=container&submit=Search https://access.redhat.com/articles/1353593 http://rhelblog.redhat.com/2015/07/07/whats-next-for-containers-user-namespaces/#more-1004 http://rhelblog.redhat.com/2015/07/29/architecting-containers-part-1-user-space-vs-kernel-space/ http://rhelblog.redhat.com/2015/09/17/architecting-containers-part-2-why-the-user-space-matters-2/ --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2f73d4c..456adfa 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,13 @@ The Docker Bench for Security is a script that checks for dozens of common best- * [Ask HN: Best Linux sandbox?](https://news.ycombinator.com/item?id=10030868) * [CIS Docker 1.6 Benchmark v1.0.0](https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.6_Benchmark_v1.0.0.pdf) * [Understanding docker security and best practices](https://blog.docker.com/2015/05/understanding-docker-security-and-best-practices/) +* [Update on Ubuntu Phone security issue](https://insights.ubuntu.com/2015/10/15/update-on-ubuntu-phone-security-issue/) +* [Don't expose the Docker socket (not even to a container)](https://www.lvh.io/posts/dont-expose-the-docker-socket-not-even-to-a-container.html) +* [RedHut Blog](http://rhelblog.redhat.com/?s=container&submit=Search) + - [Introduction to Linux Containers](https://access.redhat.com/articles/1353593) + - [What’s Next for Containers? User Namespaces](http://rhelblog.redhat.com/2015/07/07/whats-next-for-containers-user-namespaces/#more-1004) + - [Architecting Containers Part 1: Why Understanding User Space vs. Kernel Space Matters](http://rhelblog.redhat.com/2015/07/29/architecting-containers-part-1-user-space-vs-kernel-space/) + - [Architecting Containers Part 2: Why the User Space Matters](http://rhelblog.redhat.com/2015/09/17/architecting-containers-part-2-why-the-user-space-matters-2/) ### Levels of security problems