From 3c89d8fe389ebe540be798559204056efc1b04f0 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 30 Mar 2022 23:55:55 +0200 Subject: [PATCH] it's not plural --- content/posts/docker-hardening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/docker-hardening.md b/content/posts/docker-hardening.md index af70980..d3b33f3 100644 --- a/content/posts/docker-hardening.md +++ b/content/posts/docker-hardening.md @@ -201,4 +201,4 @@ Still not convinced? What if I told you a container can leverage the same techno If you're running untrusted workloads, I highly suggest you consider gVisor instead of a traditional container runtime. Your definition of "untrusted" may vary: for me, almost everything should be considered untrusted. That is how modern security works, and how mobile operating systems work. It's quite simple, security should be simple, and gVisor simply offers native security. -Containers are a popular, yet strange world. They revolutionized the way we make and deploy softwares, but one should not loose the sight of what they really are and aren't. This hardening guide is non-exhaustive, but I hope it can make you aware of some aspects you've never thought of. \ No newline at end of file +Containers are a popular, yet strange world. They revolutionized the way we make and deploy software, but one should not loose the sight of what they really are and aren't. This hardening guide is non-exhaustive, but I hope it can make you aware of some aspects you've never thought of. \ No newline at end of file