From 55f1e318bf8331c685343b15851c40594f0ffa5f Mon Sep 17 00:00:00 2001 From: Wes Widner Date: Sat, 19 May 2018 13:10:08 -0400 Subject: [PATCH] add secure container isolation link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a692318..d9ba7f6 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,9 @@ A collection of container related security resources ## Networking/Runtime ------------------------------------------------------------------------------------------ +### [Secure Container Isolation: Problem Statement & Solution Space](https://goo.gl/eQHuqo) +* Comprehensive guide from Google engineers on securing and isolating containers + ### [gVisor](https://github.com/google/gvisor) * User-space kernel designed to provide better isolation/sandboxing of containers