I have a docker container based in the httpd official image. From nowhere (after a new build), it started failing with the error:
AH00534: httpd: Configurati
I´m using this in my docker file
FROM php:7.2-apache
And i fixed this problem adding this line to /etc/docker/daemon.json
{ "storage-driver": "devicemapper" }