Skip to content

Commit

Permalink
Merge pull request #56 from Roblox/readme
Browse files Browse the repository at this point in the history
Add description for volume_mount stanza.
  • Loading branch information
shishir-a412ed authored Jan 8, 2021
2 parents 540e5c3 + e18645b commit f6dab34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ mounts = [
}
]
```

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)

See [`example job`](https://github.com/Roblox/nomad-driver-containerd/blob/master/example/volume_mount.nomad) for `volume_mount`.

**Custom seccomp profile example**

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

0 comments on commit f6dab34

Please sign in to comment.