Merge pull request #390 from jenglamlow/patch-1

Typo "note"
This commit is contained in:
Sebastiaan van Stijn 2016-10-30 01:14:13 -07:00 committed by GitHub
commit 3701afc28b
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ This process of creating child layers and containers from *read-only* snapshots
Container reads with the `zfs` storage driver are very simple. A newly launched Container reads with the `zfs` storage driver are very simple. A newly launched
container is based on a ZFS clone. This clone initially shares all of its data container is based on a ZFS clone. This clone initially shares all of its data
with the dataset it was created from. This means that read operations with the with the dataset it was created from. This means that read operations with the
`zfs` storage driver are fast – even if the data being read was note `zfs` storage driver are fast – even if the data being read was not
copied into the container yet. This sharing of data blocks is shown in the copied into the container yet. This sharing of data blocks is shown in the
diagram below. diagram below.