Repository: aurora Updated Branches: refs/heads/master e0b6953ec -> 2cb257b80
Fix documentation of pystachio Volume struct For details, see https://github.com/apache/aurora/blob/master/src/main/python/apache/aurora/config/schema/base.py#L145 Reviewed at https://reviews.apache.org/r/62829/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/2cb257b8 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/2cb257b8 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/2cb257b8 Branch: refs/heads/master Commit: 2cb257b80b563767be6e077f014fc5857422c092 Parents: e0b6953 Author: Stephan Erb <[email protected]> Authored: Sun Oct 8 19:17:22 2017 +0200 Committer: Stephan Erb <[email protected]> Committed: Sun Oct 8 19:17:22 2017 +0200 ---------------------------------------------------------------------- docs/reference/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/2cb257b8/docs/reference/configuration.md ---------------------------------------------------------------------- diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index bc7e098..0231c92 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -475,7 +475,7 @@ unified-container, the container can be omitted from your job config. param | type | description ----- | :----: | ----------- ```container_path``` | String | Path on the host to mount. - ```volume_path``` | String | Mount point in the container. + ```host_path``` | String | Mount point in the container. ```mode``` | Enum | Mode of the mount, can be 'RW' or 'RO'. ### AppcImage
