From b7b1e03f0423c6cbc50ac3e242407be14988ebc6 Mon Sep 17 00:00:00 2001 From: i-need-to-tell-you-something Date: Tue, 23 Apr 2019 22:45:04 +0300 Subject: [PATCH] Update index.md (#8690) Fix typo - missing word. --- storage/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/index.md b/storage/index.md index 47a8d076b7..a82609311a 100644 --- a/storage/index.md +++ b/storage/index.md @@ -100,7 +100,7 @@ mounts is to think about where the data lives on the Docker host. information. For instance, internally, swarm services use `tmpfs` mounts to mount [secrets](/engine/swarm/secrets.md) into a service's containers. -Bind mounts and volumes can both mounted into containers using the `-v` or +Bind mounts and volumes can both be mounted into containers using the `-v` or `--volume` flag, but the syntax for each is slightly different. For `tmpfs` mounts, you can use the `--tmpfs` flag. However, in Docker 17.06 and higher, we recommend using the `--mount` flag for both containers and services, for