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.