From 462b3b29e8773ec06d36b4fb91c81ea3b9a57672 Mon Sep 17 00:00:00 2001 From: Federico Padua Date: Thu, 15 Dec 2016 03:08:34 +0100 Subject: [PATCH] Fix some typos in snapshots.md Fixes a couple of typos in design/snapshots.md Signed-off-by: Federico Padua --- design/snapshots.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/snapshots.md b/design/snapshots.md index 3ee4cd47e..2422e94ee 100644 --- a/design/snapshots.md +++ b/design/snapshots.md @@ -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