Skip to content

Commit 891fa63

Browse files
authored
Merge pull request docker#1434 from ScottBrenner/patch-1
Minor typo fix in run documentation
2 parents ab50c2f + 50143cf commit 891fa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ The example below mounts an empty tmpfs into the container with the `rw`,
15551555
If neither 'rw' or 'ro' is specified then the volume is mounted in
15561556
read-write mode.
15571557

1558-
The `nocopy` modes is used to disable automatic copying requested volume
1558+
The `nocopy` mode is used to disable automatically copying the requested volume
15591559
path in the container to the volume storage location.
15601560
For named volumes, `copy` is the default mode. Copy modes are not supported
15611561
for bind-mounted volumes.

0 commit comments

Comments
 (0)