Document that Rkt doesn't support task directory mounting

This commit is contained in:
Alex Dadgar
2015-10-15 17:55:26 -07:00
parent 29ce6e099b
commit e798bc0d3f

View File

@@ -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`.