I created an empty Dockerfile with FROM php:5.3.29-apache. It builds fine, but when attaching, it exits with this error:
app_1 | AH00526: Syntax error on line 3 of /etc/apache2/apache2.conf:
app_1 | Invalid Mutex directory in argument file:/var/lock/apache2
I did not edit that apache2.conf file in any way. This error comes out of the box.
I created an empty Dockerfile with
FROM php:5.3.29-apache. It builds fine, but when attaching, it exits with this error:I did not edit that apache2.conf file in any way. This error comes out of the box.