From 0bd72fc2302111ea85f9d2f68d734708aa75d15b Mon Sep 17 00:00:00 2001 From: LouisVN Date: Wed, 27 Jul 2016 09:07:16 +0200 Subject: [PATCH] Spelling mistake in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 824f3e8..e990146 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ docker export my_container > my_container.tar.gz ### Difference between loading a saved image and importing an exported container as an image ? Loading an image using the `load` command creates a new image including its history. -Importing a container as an image using the `import` command creates an new image excluding the history which results in a smaller image size compared to loading an image. +Importing a container as an image using the `import` command creates a new image excluding the history which results in a smaller image size compared to loading an image. ## Networks