1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-07 19:53:30 -04:00

security_opt expects =

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-28 14:45:27 -07:00
parent e7d1cff73d
commit 7db27f6074
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -136,7 +136,7 @@ After ensuring root isn't used in your containers, you should look into setting
```
security_opt:
- "no-new-privileges:true"
- "no-new-privileges=true"
```
Gaining privileges in the container will be much harder that way.