From b45fa27b10612d93d48ce05850d065e0bf9eee89 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 18 Aug 2020 18:20:00 +0100 Subject: [PATCH] Add image to docker article --- content/posts/containers-as-root.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/containers-as-root.md b/content/posts/containers-as-root.md index 99500c9..e45753e 100644 --- a/content/posts/containers-as-root.md +++ b/content/posts/containers-as-root.md @@ -3,6 +3,7 @@ title: Container processes shouldn't run as root! subtitle: \"What's wrong with containers running as root?\" date: 2020-08-18 tags: [self-hosting, security] +image: https://www.threatstack.com/wp-content/uploads/2017/06/docker-cloud-twitter-card.png --- Docker containers, and containers as a whole, are really just a regular program wrapped in some extra protections provided by the kernel (namely `cgroups` etc) to create isolation, and other interesting features.