1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix a tiny typo.

'saving', not 'saveing'

Signed-off-by: Yihang Ho <hoyihang5@gmail.com>
This commit is contained in:
Yihang Ho 2015-02-01 00:02:11 +08:00
parent 18d8fe1249
commit 50c3ffd009

View file

@ -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