Repository: mesos
Updated Branches:
  refs/heads/1.2.x b411da4e6 -> de995a31c


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/de995a31
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/de995a31
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/de995a31

Branch: refs/heads/1.2.x
Commit: de995a31cd67540c6a832beaf413af39afff4504
Parents: cffa3b5
Author: Jie Yu <[email protected]>
Authored: Thu Feb 23 17:39:57 2017 -0800
Committer: Jie Yu <[email protected]>
Committed: Thu Feb 23 17:41:17 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/de995a31/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:

Reply via email to