Skip to content

Commit

Permalink
Restore format.
Browse files Browse the repository at this point in the history
  • Loading branch information
liukch committed Jun 17, 2024
1 parent 92c87c7 commit 13177dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/docs/configuration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,9 @@ see the [drivers documentation](/nomad/docs/drivers).

- `filesystem_isolation_extra_paths` `([]string: nil)` - Allow extra paths
in the filesystem isolation. Paths are specified in the form `[kind]:[mode]:[path]`
where `kind` must be either `f` or `d` (file or directory) and
`mode` must be zero or more of `r`, `w`, `c`, `x` (read, write, create, execute) e.g.
`f:r:/dev/urandom` would enable reading the /dev/urandom file,
where `kind` must be either `f` or `d` (file or directory) and
`mode` must be zero or more of `r`, `w`, `c`, `x` (read, write, create, execute) e.g.
`f:r:/dev/urandom` would enable reading the /dev/urandom file,
`d:rx:/opt/bin` would enable reading and executing from the /opt/bin directory

- `set_environment_variables` `(string:"")` - Specifies a comma separated list
Expand Down

0 comments on commit 13177dc

Please sign in to comment.