Skip to content

Commit 9848394

Browse files
Fix indentation.
1 parent c3d382a commit 9848394

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,16 @@ mounts = [
114114
]
115115
```
116116
**Custom seccomp profile example**
117+
117118
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+
can be downloaded, and modified (by removing/adding syscalls) to create a custom seccomp profile.<br/>
119120
The custom seccomp profile can then be saved under `/opt/seccomp/seccomp.json` on the Nomad client nodes.
120121

121122
A nomad job can be launched using this custom seccomp profile.
122123
```
123124
config {
124-
seccomp = true
125-
seccomp_profile = "/opt/seccomp/seccomp.json"
125+
seccomp = true
126+
seccomp_profile = "/opt/seccomp/seccomp.json"
126127
}
127128
```
128129

0 commit comments

Comments
 (0)