mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Document that Rkt doesn't support task directory mounting
This commit is contained in:
@@ -26,6 +26,12 @@ hash, ACI address or docker registry.
|
||||
* `command` - **(Optional**) A command to execute on the ACI.
|
||||
* `args` - **(Optional**) A string of args to pass into the image.
|
||||
|
||||
## Task Directories
|
||||
|
||||
The `Rkt` driver does not currently support mounting the `alloc/` and `local/`
|
||||
directory. It is currently blocked by this [Rkt
|
||||
bug](https://github.com/coreos/rkt/issues/761).
|
||||
|
||||
## Client Requirements
|
||||
|
||||
The `Rkt` driver requires rkt to be installed and in your systems `$PATH`.
|
||||
|
||||
Reference in New Issue
Block a user