From c83282107c281d60eb66a7d3406596cdfb814450 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 2 May 2016 15:04:53 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f89be55..6ea3f18 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Create fully static, including rootfs embedded, binaries that pop you directly into a container. **Can be run by an unprivileged user.** +Check out the blog post: [blog.jessfraz.com/post/getting-towards-real-sandbox-containers](https://blog.jessfraz.com/post/getting-towards-real-sandbox-containers/). + This is based off a crazy idea from [@crosbymichael](https://github.com/crosbymichael) who first embedded an image in a binary :D