Skip to content

Commit

Permalink
Merge pull request #2228 from iconara/exec-chroot-doc-clarification
Browse files Browse the repository at this point in the history
Clarify that exec copies all chroot_env directories
  • Loading branch information
dadgar committed Jan 23, 2017
2 parents 0d2e8ea + 36229fd commit 6f8852e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/source/docs/drivers/exec.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,10 @@ machine:
]
```

Nomad will copy these directories into the job's chroot, so make sure you have
enough disk space. Also take into consideration that allocations are not
removed immediately after a job has completed, so you might need some margin if
you run many batch jobs.

This list is configurable through the agent client
[configuration file](/docs/agent/configuration/client.html#chroot_env).

0 comments on commit 6f8852e

Please sign in to comment.