1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #25318 from lixiaobing10051267/masterParentheses

A parenthesis omitted in Seccomp.md
This commit is contained in:
Sebastiaan van Stijn 2016-08-02 12:27:19 +02:00 committed by GitHub
commit d7c9c85e30

View file

@ -35,7 +35,7 @@ CONFIG_SECCOMP=y
The default seccomp profile provides a sane default for running containers with
seccomp and disables around 44 system calls out of 300+. It is moderately protective while providing wide application
compatibility. The default Docker profile (found [here](https://github.com/docker/docker/blob/master/profiles/seccomp/default.json) has a JSON layout in the following form:
compatibility. The default Docker profile (found [here](https://github.com/docker/docker/blob/master/profiles/seccomp/default.json)) has a JSON layout in the following form:
```json
{