Signed-off-by: Misty Stanley-Jones <misty@docker.com>
(cherry picked from commit 379e9259cf407f6f97ba31f1ddb921256613cee3)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
| ... | ... |
@@ -32,7 +32,7 @@ The `filter` param to filter the list of image by reference (name or name:tag) i |
| 32 | 32 |
|
| 33 | 33 |
**Target For Removal In Release: v1.16** |
| 34 | 34 |
|
| 35 |
-`repository:shortid` syntax for referencing images is very little used, collides with with tag references can be confused with digest references. |
|
| 35 |
+`repository:shortid` syntax for referencing images is very little used, collides with tag references can be confused with digest references. |
|
| 36 | 36 |
|
| 37 | 37 |
### `docker daemon` subcommand |
| 38 | 38 |
**Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/tag/v1.13.0)** |
| ... | ... |
@@ -662,7 +662,7 @@ The `credentialspec` must be in the format `file://spec.txt` or `registry://keyn |
| 662 | 662 |
|
| 663 | 663 |
### Stop container with timeout (--stop-timeout) |
| 664 | 664 |
|
| 665 |
-The `--stop-timeout` flag sets the the timeout (in seconds) that a pre-defined (see `--stop-signal`) system call |
|
| 665 |
+The `--stop-timeout` flag sets the timeout (in seconds) that a pre-defined (see `--stop-signal`) system call |
|
| 666 | 666 |
signal that will be sent to the container to exit. After timeout elapses the container will be killed with SIGKILL. |
| 667 | 667 |
|
| 668 | 668 |
### Specify isolation technology for container (--isolation) |
| ... | ... |
@@ -280,7 +280,7 @@ A virtual machine is a program that emulates a complete computer and imitates de |
| 280 | 280 |
It shares physical hardware resources with other users but isolates the operating system. The |
| 281 | 281 |
end user has the same experience on a Virtual Machine as they would have on dedicated hardware. |
| 282 | 282 |
|
| 283 |
-Compared to to containers, a virtual machine is heavier to run, provides more isolation, |
|
| 283 |
+Compared to containers, a virtual machine is heavier to run, provides more isolation, |
|
| 284 | 284 |
gets its own set of resources and does minimal sharing. |
| 285 | 285 |
|
| 286 | 286 |
*Also known as : VM* |