From 7ec079dbfd3545bbbad75c205b3da9cad762a59a Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 28 Nov 2016 10:48:45 -0800 Subject: [PATCH] Fix instances of doubled words Signed-off-by: Misty Stanley-Jones (cherry picked from commit 379e9259cf407f6f97ba31f1ddb921256613cee3) Signed-off-by: Victor Vieux --- docs/deprecated.md | 2 +- docs/reference/commandline/run.md | 2 +- docs/reference/glossary.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 553a902572..d6cfef5d03 100644 --- a/docs/deprecated.md +++ b/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** -`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 **Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/tag/v1.13.0)** diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index 07b9f1db5e..6195647012 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -662,7 +662,7 @@ The `credentialspec` must be in the format `file://spec.txt` or `registry://keyn ### 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. ### Specify isolation technology for container (--isolation) diff --git a/docs/reference/glossary.md b/docs/reference/glossary.md index 94bd1ceec5..0bc39a2023 100644 --- a/docs/reference/glossary.md +++ b/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 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. *Also known as : VM*