Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 109a25c + bf0ca90 commit 3701afcCopy full SHA for 3701afc
engine/userguide/storagedriver/zfs-driver.md
@@ -95,7 +95,7 @@ This process of creating child layers and containers from *read-only* snapshots
95
Container reads with the `zfs` storage driver are very simple. A newly launched
96
container is based on a ZFS clone. This clone initially shares all of its data
97
with the dataset it was created from. This means that read operations with the
98
- `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
99
copied into the container yet. This sharing of data blocks is shown in the
100
diagram below.
101
0 commit comments