GitBook: [master] one page modified

This commit is contained in:
CPol 2021-06-22 22:41:24 +00:00 committed by gitbook-bot
parent 7e69f1d80b
commit 28c1c67f32
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -114,6 +114,6 @@ If you wan to make sure that **some binary doesn't work inside a a docker contai
In the following example the **syscalls** of `uname` are discovered:
```bash
ocker run -it --security-opt seccomp=default.json modified-ubuntu strace uname
docker run -it --security-opt seccomp=default.json modified-ubuntu strace uname
```