I am using as a base the php docker container with the tag:
php:5.6-apache
When I try to restart the apache2 inside the container, the containe
My solution to this was to exit my bash shell into the container, and just restart the container outside of Docker. Because Apache is set as the primary service, this also restarts Apache, and doesn't crash the container.
docker restart