File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -114,15 +114,16 @@ mounts = [
114114 ]
115115```
116116** Custom seccomp profile example**
117+
117118The default ` docker ` seccomp profile found [ ` here ` ] ( https://github.com/moby/moby/blob/master/profiles/seccomp/default.json )
118- can be downloaded, and modified (by removing/adding syscalls) to create a custom seccomp profile.
119+ can be downloaded, and modified (by removing/adding syscalls) to create a custom seccomp profile.< br />
119120The custom seccomp profile can then be saved under ` /opt/seccomp/seccomp.json ` on the Nomad client nodes.
120121
121122A nomad job can be launched using this custom seccomp profile.
122123```
123124config {
124- seccomp = true
125- seccomp_profile = "/opt/seccomp/seccomp.json"
125+ seccomp = true
126+ seccomp_profile = "/opt/seccomp/seccomp.json"
126127}
127128```
128129
You can’t perform that action at this time.
0 commit comments