Conversation
There was a problem hiding this comment.
It looks like the upstream image launches apache slightly differently:
https://github.com/tutumcloud/tutum-docker-php/blob/master/run.sh#L3-5
Instead of launching apache ourself, could we call their run script after doing our bit of configuration?
There was a problem hiding this comment.
Yes in upstream run.sh script, they load environments ... like /etc/init.d/apache2 do that, and they start apache in foreground mode. I prefer used Ubuntu / Debian apache maintainer script and follow evolution made by this team.
And yes, we can start run.sh given by tutum team after initialization ... but tutum team is more little and less reactive than Debian and Ubuntu community :-D
There was a problem hiding this comment.
I'm happy to replace the base image if you can recommend a better one.
There was a problem hiding this comment.
IMHO, we can just change run script.
Initialize config directory from official archive if not exist.