[docs,man] Fixed typo (#29516)

Signed-off-by: Michael Käufl <docker@c.michael-kaeufl.de>
Upstream-commit: b9c6e9ef21
Component: cli
This commit is contained in:
Michael
2017-06-02 00:10:45 +00:00
committed by Tibor Vass
parent defa099008
commit 8ddacc9277
2 changed files with 2 additions and 2 deletions
@@ -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.