Merge pull request #372 from fedepad/fix-some-typos-snapshots-doc

Fix some typos in snapshots.md
This commit is contained in:
Phil Estes 2016-12-15 03:32:23 +01:00 committed by GitHub
commit 65d82868c2
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ filesystem, make changes then save the changeset back to a new layer.
Historically, these have been tightly integrated into the Docker daemon as a
component called the `graphdriver`. The `graphdriver` allows one to run the
docker daemon on several different operating systems while still maintaining
roughly similar snapshot semantics for committing and distribution changes to
roughly similar snapshot semantics for committing and distributing changes to
images.
The `graphdriver` is deeply integrated with the import and export of images,
@ -35,7 +35,7 @@ In the past, the `graphdriver` component has provided quite a lot of
funcionality in Docker. This includes serialization, hashing, unpacking,
packing, mounting.
This _snapshot manager_ will only provide mount-oriented oriented snapshot
This _snapshot manager_ will only provide mount-oriented snapshot
access with minimal metadata. Serialization, hashing, unpacking, packing and
mounting are not included in this design, opting for common implementations
between graphdrivers, rather than specialized ones. This is less of a problem