Signed-off-by: Harald Albers <github@albersweb.de>
| ... | ... |
@@ -19,7 +19,7 @@ parent = "smn_cli" |
| 19 | 19 |
--name= Specify volume name |
| 20 | 20 |
-o, --opt=map[] Set driver specific options |
| 21 | 21 |
|
| 22 |
-Creates a new volume that containers can can consume and store data in. If a name is not specified, Docker generates a random name. You create a volume and then configure the container to use it, for example: |
|
| 22 |
+Creates a new volume that containers can consume and store data in. If a name is not specified, Docker generates a random name. You create a volume and then configure the container to use it, for example: |
|
| 23 | 23 |
|
| 24 | 24 |
$ docker volume create --name hello |
| 25 | 25 |
hello |