Skip to content

Commit e18645b

Browse files
Add description for volume_mount stanza.
1 parent 540e5c3 commit e18645b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ mounts = [
118118
}
119119
]
120120
```
121+
122+
In additon to the `mounts` option in `Task Config`, you can also mount your volumes into the container using nomad [`volume_mount stanza`](https://www.nomadproject.io/docs/job-specification/volume_mount)
123+
124+
See [`example job`](https://github.com/Roblox/nomad-driver-containerd/blob/master/example/volume_mount.nomad) for `volume_mount`.
125+
121126
**Custom seccomp profile example**
122127

123128
The default `docker` seccomp profile found [`here`](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json)

0 commit comments

Comments
 (0)