Skip to content

Commit ccbbaae

Browse files
authored
Fix: clarify it's needed only for Centos 6 and 7
1 parent 5c717dd commit ccbbaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

centos/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For example: `docker pull centos:5.11` or `docker pull centos:6.6`
2222

2323
## Overlayfs and yum
2424

25-
Recent Docker versions support the [overlayfs](https://docs.docker.com/engine/userguide/storagedriver/overlayfs-driver/) backend, which is enabled by default on most distros supporting it from Docker 1.13 onwards. **This backend requires yum-plugin-ovl to be installed and enabled**; while it is installed by default in recent centos images, make it sure you retain the ```plugins=1``` option in ```/etc/yum.conf``` if you update that file; otherwise, you may encounter errors related to rpmdb checksum failure - see [docker ticket 10180](https://github.com/docker/docker/issues/10180) for more details.
25+
Recent Docker versions support the [overlayfs](https://docs.docker.com/engine/userguide/storagedriver/overlayfs-driver/) backend, which is enabled by default on most distros supporting it from Docker 1.13 onwards. On Centos 6 and 7, **that backend requires yum-plugin-ovl to be installed and enabled**; while it is installed by default in recent centos images, make it sure you retain the ```plugins=1``` option in ```/etc/yum.conf``` if you update that file; otherwise, you may encounter errors related to rpmdb checksum failure - see [docker ticket 10180](https://github.com/docker/docker/issues/10180) for more details.
2626

2727
# Package documentation
2828

0 commit comments

Comments
 (0)