Fix old references

This commit is contained in:
Alex Dadgar
2018-03-22 13:39:18 -07:00
parent 1c2cfdc863
commit f5ebe7da8e
69 changed files with 280 additions and 253 deletions

View File

@@ -68,7 +68,7 @@ Nomad makes the following directories available to tasks:
* `local/`: This directory is private to each task. It can be used to store
arbitrary data that should not be shared by tasks in the task group.
* `secrets/`: This directory is private to each task, not accessible via the
`nomad fs` command or filesystem APIs and where possible backed by an
`nomad alloc fs` command or filesystem APIs and where possible backed by an
in-memory filesystem. It can be used to store secret data that should not be
visible outside the task.