From 4749183c57dd65e94d1b57045711ec58b8f81d7e Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 3 Apr 2022 02:17:28 +0200 Subject: [PATCH] improvement --- 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 9897dad..83d3989 100644 --- a/content/posts/docker-hardening.md +++ b/content/posts/docker-hardening.md @@ -130,7 +130,7 @@ If you already run your containers unprivileged without root, your container wil # - SETUID # - SETGID ``` -Never use the `--privileged` unless you really need to: a privileged container is given access to almost all capabilities, kernel features and devices. +Never use the `--privileged` option unless you really need to: a privileged container is given access to almost all capabilities, kernel features and devices. ## Other security features MACs and seccomp are robust tools that may vastly improve container security.