You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to start the container I get the following errors
Jän 08 22:56:15 <hostname> docker[19307]: [Sun Jan 08 21:56:15.136430 2017] [core:error] [pid 201] (2)No such file or directory: AH00099: could not create /run/apache2/http
Jän 08 22:56:15 <hostname> docker[19307]: [Sun Jan 08 21:56:15.136455 2017] [core:error] [pid 201] AH00100: httpd: could not log pid to file /run/apache2/httpd.pid
Any ideas where this could come from? In the beginning my containers were working, this only happened after I rebuild it in the recent weeks (i think around two weeks ago).
The text was updated successfully, but these errors were encountered:
This is still an issue. 2.0.1. it seems like /run/apache2 is not created. When I try to create the directory in my Dockerfile, it says it already exists. When I run the container, i look and it doesn't exist. Not sure whats going on here
This is running directly from the registry, creating a Dockerfile, nothing works.
I use the base package alpine-apache to additionally install
php-apache2.
When I try to start the container I get the following errors
Any ideas where this could come from? In the beginning my containers were working, this only happened after I rebuild it in the recent weeks (i think around two weeks ago).
The text was updated successfully, but these errors were encountered: