mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Merge pull request #110 from LouisVN/patch-1
Spelling mistake in README.md
This commit is contained in:
commit
9ec2fffb06
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue