improvement
This commit is contained in:
parent
343d644782
commit
4749183c57
|
@ -130,7 +130,7 @@ If you already run your containers unprivileged without root, your container wil
|
||||||
# - SETUID
|
# - SETUID
|
||||||
# - SETGID
|
# - 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
|
## Other security features
|
||||||
MACs and seccomp are robust tools that may vastly improve container security.
|
MACs and seccomp are robust tools that may vastly improve container security.
|
||||||
|
|
Loading…
Reference in New Issue