Centos7 and filesystem

Regarding XFS filesystem with d_type=0 (standard centos7).

  • Docker version 1.13.1, build 6e3bb8e/1.13.1
  • 3.10.0-862.11.6.el7.x86_64 (CentOS Linux release 7.5.1804)

In my logs i got:

  • overlayfs upper fs needs to support d_type. This is an invalid configuration

So my question is if it enough to mount my shared data “/opt/docker/portainer/…” as ext4 or do I need to mount “/var/lib/docker/…” at ext4 as well?

Thanks
Fredrik