Fix indentation.
This commit is contained in:
parent
c3d382a703
commit
9848394e28
@ -114,15 +114,16 @@ mounts = [
|
|||||||
]
|
]
|
||||||
```
|
```
|
||||||
**Custom seccomp profile example**
|
**Custom seccomp profile example**
|
||||||
|
|
||||||
The default `docker` seccomp profile found [`here`](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json)
|
The default `docker` seccomp profile found [`here`](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json)
|
||||||
can be downloaded, and modified (by removing/adding syscalls) to create a custom seccomp profile.
|
can be downloaded, and modified (by removing/adding syscalls) to create a custom seccomp profile.<br/>
|
||||||
The custom seccomp profile can then be saved under `/opt/seccomp/seccomp.json` on the Nomad client nodes.
|
The custom seccomp profile can then be saved under `/opt/seccomp/seccomp.json` on the Nomad client nodes.
|
||||||
|
|
||||||
A nomad job can be launched using this custom seccomp profile.
|
A nomad job can be launched using this custom seccomp profile.
|
||||||
```
|
```
|
||||||
config {
|
config {
|
||||||
seccomp = true
|
seccomp = true
|
||||||
seccomp_profile = "/opt/seccomp/seccomp.json"
|
seccomp_profile = "/opt/seccomp/seccomp.json"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user