From b9c6e9ef216053cea147be5dc1ca75bd5a5ca0a7 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 19 Dec 2016 01:55:09 +0100 Subject: [PATCH] [docs,man] Fixed typo (#29516) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Käufl --- docs/reference/commandline/build.md | 2 +- man/docker-build.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/build.md b/docs/reference/commandline/build.md index 42c3ecf6..9c2c71b4 100644 --- a/docs/reference/commandline/build.md +++ b/docs/reference/commandline/build.md @@ -438,7 +438,7 @@ Specifying the `--isolation` flag without a value is the same as setting `--isol Once the image is built, squash the new layers into a new image with a single new layer. Squashing does not destroy any existing image, rather it creates a new -image with the content of the squshed layers. This effectively makes it look +image with the content of the squashed layers. This effectively makes it look like all `Dockerfile` commands were created with a single layer. The build cache is preserved with this method. diff --git a/man/docker-build.1.md b/man/docker-build.1.md index 4beee88e..5676cb80 100644 --- a/man/docker-build.1.md +++ b/man/docker-build.1.md @@ -62,7 +62,7 @@ set as the **URL**, the repository is cloned locally and then sent as the contex **Experimental Only** Once the image is built, squash the new layers into a new image with a single new layer. Squashing does not destroy any existing image, rather it creates a new - image with the content of the squshed layers. This effectively makes it look + image with the content of the squashed layers. This effectively makes it look like all `Dockerfile` commands were created with a single layer. The build cache is preserved with this method.