Based on this Inspiration I wanted to create something current.
Apache, PHP-FPM, NGINX and SupervisorD for Docker build on Alpine Linux.
Add this to line 1 of your Dockerfile to build a docker web app:
FROM ghcr.io/laniksj/docker-php-alpine
COPY . /var/www/html
That will copy all the web content to your docker container. Then you can use it as a service from any Docker orchestration tools.
- AWS Elastic Container Service (ECS)
- Azure Container Service (ACS)
- Cloud Foundry’s Diego
- CoreOS Fleet
- Docker Swarm
- Google Container Engine
- Kubernetes
- Mesosphere Marathon
Source: 8 Container Orchestration Tools to Know
Please report any bugs or issues you find. Thanks!