From 0f20787c8d1721f3e77f2b57ab3f7bfe64ea26cd Mon Sep 17 00:00:00 2001 From: Rui Cao Date: Wed, 12 Sep 2018 23:02:32 +0800 Subject: [PATCH] Typo fix: filesytem -> filesystem Signed-off-by: Rui Cao (cherry picked from commit 2eb95909ee6f9529e25be00ac798ca0b5d5ecc9c) Signed-off-by: Sebastiaan van Stijn Upstream-commit: cb4cd04c64b10e78d1c4b87c5dfbd7334f4f93df Component: cli --- components/cli/docs/reference/commandline/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/commandline/create.md b/components/cli/docs/reference/commandline/create.md index 446d5d81ab..bef7c07631 100644 --- a/components/cli/docs/reference/commandline/create.md +++ b/components/cli/docs/reference/commandline/create.md @@ -85,7 +85,7 @@ Options: --memory-reservation string Memory soft limit --memory-swap string Swap limit equal to memory plus swap: '-1' to enable unlimited swap --memory-swappiness int Tune container memory swappiness (0 to 100) (default -1) - --mount value Attach a filesytem mount to the container (default []) + --mount value Attach a filesystem mount to the container (default []) --name string Assign a name to the container --network-alias value Add network-scoped alias for the container (default []) --network string Connect a container to a network (default "default")