mirror of https://github.com/docker/cli.git
Typo fix: filesytem -> filesystem
Signed-off-by: Rui Cao <ruicao@alauda.io>
This commit is contained in:
parent
ce4a9f8311
commit
2eb95909ee
|
@ -85,7 +85,7 @@ Options:
|
||||||
--memory-reservation string Memory soft limit
|
--memory-reservation string Memory soft limit
|
||||||
--memory-swap string Swap limit equal to memory plus swap: '-1' to enable unlimited swap
|
--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)
|
--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
|
--name string Assign a name to the container
|
||||||
--network-alias value Add network-scoped alias for the container (default [])
|
--network-alias value Add network-scoped alias for the container (default [])
|
||||||
--network string Connect a container to a network (default "default")
|
--network string Connect a container to a network (default "default")
|
||||||
|
|
Loading…
Reference in New Issue