You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/02/24 01:40:05 UTC

mesos git commit: Fixed a formatting issue in container-image.md.

Repository: mesos
Updated Branches:
  refs/heads/master af2a707c3 -> 5abbef6a2


Fixed a formatting issue in container-image.md.


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

Branch: refs/heads/master
Commit: 5abbef6a27de49394b1d070dd10644ff50cc0eec
Parents: af2a707
Author: Jie Yu <yu...@gmail.com>
Authored: Thu Feb 23 17:39:57 2017 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Feb 23 17:39:57 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5abbef6a/docs/container-image.md
----------------------------------------------------------------------
diff --git a/docs/container-image.md b/docs/container-image.md
index 11e8a62..fc9e4a6 100644
--- a/docs/container-image.md
+++ b/docs/container-image.md
@@ -286,7 +286,7 @@ is `/tmp/mesos/store/appc`.
 
 A provisioner backend takes a set of filesystem layers and stacks them
 into a root filesystem. Currently, we support the following backends:
-copy`, `bind`, `overlay` and `aufs`. Mesos will validate if the
+`copy`, `bind`, `overlay` and `aufs`. Mesos will validate if the
 selected backend works with the underlying filesystem (the filesystem
 used by the image store `--docker_store_dir` or `--appc_store_dir`)
 using the following logic table: