Repository: mesos Updated Branches: refs/heads/master 46dc9979e -> 05ea6bc1e
Fixed a typo in the docker ontainerizer guide. Review: https://reviews.apache.org/r/35863 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/05ea6bc1 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/05ea6bc1 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/05ea6bc1 Branch: refs/heads/master Commit: 05ea6bc1e535456c5bbace207fea9e6f5c204eef Parents: 46dc997 Author: Zhiwei Chen <[email protected]> Authored: Thu Jun 25 09:31:18 2015 +0200 Committer: Till Toenshoff <[email protected]> Committed: Thu Jun 25 09:31:19 2015 +0200 ---------------------------------------------------------------------- docs/docker-containerizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/05ea6bc1/docs/docker-containerizer.md ---------------------------------------------------------------------- diff --git a/docs/docker-containerizer.md b/docs/docker-containerizer.md index da9c533..73f8977 100644 --- a/docs/docker-containerizer.md +++ b/docs/docker-containerizer.md @@ -58,7 +58,7 @@ set the HOME environment variable pointing to the sandbox so docker cli will aut ## CommandInfo to run Docker images -A docker image currently supports having a entrypoint and/or a default command. +A docker image currently supports having an entrypoint and/or a default command. To run a docker image with the default command (ie: docker run image), the CommandInfo's value must not be set. If the value is set then it will override the default command.
