mirror of https://github.com/docker/docs.git
Update overlayfs-driver.md
The docker info output shows that the driver is overlay. However, in the path that follows it states that the output confirms that overlay2 is in use. This is likely to cause confusion as the docker info output should state overlay2 if that is what is configured.
This commit is contained in:
parent
5de485dbe9
commit
198045658c
|
@ -138,7 +138,7 @@ Before following this procedure, you must first meet all the
|
|||
|
||||
Containers: 0
|
||||
Images: 0
|
||||
Storage Driver: overlay
|
||||
Storage Driver: overlay2
|
||||
Backing Filesystem: extfs
|
||||
<output truncated>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue