0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-09 17:20:39 +00:00

Update DOCS.md

clarified devicemapper error in docs is not just RedHat or CentOS [CI SKIP]
This commit is contained in:
Brad Rydzewski 2015-11-02 08:41:04 -08:00
parent bad907e821
commit 0605f1cf8e

View File

@ -82,7 +82,7 @@ Please ensure kernel is new enough and has overlay support loaded."
level=fatal msg="Error starting daemon: error initializing graphdriver: driver not supported"
```
This error occurs when using CentOS or RedHat which default to the `devicemapper` storage driver:
This error occurs when Docker attempts to fallback to the `devicemapper` storage driver:
```
level=error msg="There are no more loopback devices available."