Skip to content

Commit c3d382a

Browse files
More updates.
1 parent 0a8cb71 commit c3d382a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,18 @@ mounts = [
113113
}
114114
]
115115
```
116+
**Custom seccomp profile example**
117+
The 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+
The custom seccomp profile can then be saved under `/opt/seccomp/seccomp.json` on the Nomad client nodes.
120+
121+
A nomad job can be launched using this custom seccomp profile.
122+
```
123+
config {
124+
seccomp = true
125+
seccomp_profile = "/opt/seccomp/seccomp.json"
126+
}
127+
```
116128

117129
## Networking
118130

0 commit comments

Comments
 (0)