From e3391440cf21089e9533524f2873408c2e878950 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Wed, 10 Oct 2018 12:56:40 -0700 Subject: [PATCH] Minor typo fix in run documentation Quick syntax fix! Signed-off-by: Scott Brenner (cherry picked from commit 50143cff1213cb5d9db57bfabf22615e15baaeea) Signed-off-by: Sebastiaan van Stijn Upstream-commit: 7c7fe26a6fefa892e7e9ce492aa7c100d95a78fe Component: cli --- components/cli/docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/run.md b/components/cli/docs/reference/run.md index a4889b892d..a59a305255 100644 --- a/components/cli/docs/reference/run.md +++ b/components/cli/docs/reference/run.md @@ -1555,7 +1555,7 @@ The example below mounts an empty tmpfs into the container with the `rw`, If neither 'rw' or 'ro' is specified then the volume is mounted in read-write mode. - The `nocopy` modes is used to disable automatic copying requested volume + The `nocopy` mode is used to disable automatically copying the requested volume path in the container to the volume storage location. For named volumes, `copy` is the default mode. Copy modes are not supported for bind-mounted volumes.