Repository: mesos Updated Branches: refs/heads/master b7c5a4ece -> 5b8372da9
Added `image_providers` flags to configuration.md. Review: https://reviews.apache.org/r/38749 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5b8372da Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5b8372da Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5b8372da Branch: refs/heads/master Commit: 5b8372da9838c829c2392c813b3bbaec0bb2e250 Parents: b7c5a4e Author: Joris Van Remoortere <[email protected]> Authored: Thu Sep 24 21:53:57 2015 -0700 Committer: Joris Van Remoortere <[email protected]> Committed: Thu Sep 24 22:08:57 2015 -0700 ---------------------------------------------------------------------- docs/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/5b8372da/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index a09bed1..2ab476a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1215,6 +1215,14 @@ file:///path/to/file (where file contains one of the above)</code></pre> </tr> <tr> <td> + --image_providers=VALUE + </td> + <td> + Comma separated list of supported image providers, e.g., 'APPC,DOCKER'. + </td> + </tr> + <tr> + <td> --modules=VALUE </td> <td>
