ソースを参照

Merge pull request #28891 from mstanleyjones/fix_doubled_words

Fix instances of doubled words
Sebastiaan van Stijn 8 年 前
コミット
0e0a5e0d39
3 ファイル変更3 行追加3 行削除
  1. 1 1
      docs/deprecated.md
  2. 1 1
      docs/reference/commandline/run.md
  3. 1 1
      docs/reference/glossary.md

+ 1 - 1
docs/deprecated.md

@@ -32,7 +32,7 @@ The `filter` param to filter the list of image by reference (name or name:tag) i
 
 
 **Target For Removal In Release: v1.16**
 **Target For Removal In Release: v1.16**
 
 
-`repository:shortid` syntax for referencing images is very little used, collides with with tag references can be confused with digest references.
+`repository:shortid` syntax for referencing images is very little used, collides with tag references can be confused with digest references.
 
 
 ### `docker daemon` subcommand
 ### `docker daemon` subcommand
 **Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/tag/v1.13.0)**
 **Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/tag/v1.13.0)**

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

@@ -658,7 +658,7 @@ The `credentialspec` must be in the format `file://spec.txt` or `registry://keyn
 
 
 ### Stop container with timeout (--stop-timeout)
 ### Stop container with timeout (--stop-timeout)
 
 
-The `--stop-timeout` flag sets the the timeout (in seconds) that a pre-defined (see `--stop-signal`) system call
+The `--stop-timeout` flag sets the timeout (in seconds) that a pre-defined (see `--stop-signal`) system call
 signal that will be sent to the container to exit. After timeout elapses the container will be killed with SIGKILL.
 signal that will be sent to the container to exit. After timeout elapses the container will be killed with SIGKILL.
 
 
 ### Specify isolation technology for container (--isolation)
 ### Specify isolation technology for container (--isolation)

+ 1 - 1
docs/reference/glossary.md

@@ -280,7 +280,7 @@ A virtual machine is a program that emulates a complete computer and imitates de
 It shares physical hardware resources with other users but isolates the operating system. The
 It shares physical hardware resources with other users but isolates the operating system. The
 end user has the same experience on a Virtual Machine as they would have on dedicated hardware.
 end user has the same experience on a Virtual Machine as they would have on dedicated hardware.
 
 
-Compared to to containers, a virtual machine is heavier to run, provides more isolation,
+Compared to containers, a virtual machine is heavier to run, provides more isolation,
 gets its own set of resources and does minimal sharing.
 gets its own set of resources and does minimal sharing.
 
 
 *Also known as : VM*
 *Also known as : VM*