You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/07/14 11:43:29 UTC

mesos git commit: Revert "Fixed incorrected command in documentation."

Repository: mesos
Updated Branches:
  refs/heads/master 8ddf80e32 -> 908597e01


Revert "Fixed incorrected command in documentation."

This reverts commit 8879ba061c8e38b49192f01de88039ccb71f83e7.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/908597e0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/908597e0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/908597e0

Branch: refs/heads/master
Commit: 908597e01cf34ed447f8505f1ce80f3c7eff32ee
Parents: 8ddf80e
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu Jul 14 13:43:03 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu Jul 14 13:43:03 2016 +0200

----------------------------------------------------------------------
 docs/container-image.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/908597e0/docs/container-image.md
----------------------------------------------------------------------
diff --git a/docs/container-image.md b/docs/container-image.md
index dd4b0e4..745f6b0 100644
--- a/docs/container-image.md
+++ b/docs/container-image.md
@@ -166,7 +166,6 @@ default entrypoint and cmd specified in the Docker image.
       --master=<MASTER_IP>:5050 \
       --name=test \
       --docker_image=library/redis \
-      --containerizer=docker \
       --shell=false
 
 Verify if your container is running by launching a redis client: