Kaynağa Gözat

Merge pull request #16121 from albers/doc-volume-typo-1

Fix minor typo in volume create reference
Doug Davis 10 yıl önce
ebeveyn
işleme
13d1f0c1a1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/reference/commandline/volume_create.md

+ 1 - 1
docs/reference/commandline/volume_create.md

@@ -19,7 +19,7 @@ parent = "smn_cli"
     --name=               Specify volume name
     -o, --opt=map[]       Set driver specific options
 
-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:
+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:
 
   $ docker volume create --name hello
   hello