Merge pull request #10480 from yihangho/docstypo

Fix a tiny typo.
Upstream-commit: 0018afebb81365ed8920bbc7fe829a5bed744b81
Component: engine
This commit is contained in:
Jessie Frazelle
2015-02-03 14:37:35 -08:00
@@ -115,7 +115,7 @@ it.
Let's create a new named container with a volume to share.
While this container doesn't run an application, it reuses the `training/postgres`
image so that all containers are using layers in common, saveing disk space.
image so that all containers are using layers in common, saving disk space.
$ sudo docker create -v /dbdata --name dbdata training/postgres