mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #9301 from krivenok/master
Fixed typo in documentation.
This commit is contained in:
commit
b4757445ae
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ string is equivalent to setting the `--tlsverify` flag. The following are equiva
|
|||
|
||||
### Daemon storage-driver option
|
||||
|
||||
The Docker daemon has support for three different image layer storage drivers: `aufs`,
|
||||
The Docker daemon has support for several different image layer storage drivers: `aufs`,
|
||||
`devicemapper`, `btrfs` and `overlayfs`.
|
||||
|
||||
The `aufs` driver is the oldest, but is based on a Linux kernel patch-set that
|
||||
|
|
Loading…
Reference in a new issue