Docker base application Includes Nginx, PHP-FPM and S6 service manager.
10K+
This repo contains all the configuration files and Dockerfile required to build a complete LAMP web server stack configured with the aim to make it suitable for use in any of the SkyBet Free-to-Play range of web apps.
This image is automatically built and made available under the super6awspoc Docker Hub account.
OS: Alpine Linux 3.5
Size: The uncompressed size of the image is around 360 MB (120 MB compressed).
Just import it from your web app's Dockerfile like this
FROM diningclub/docker-base-alpine-php7:latest
At this point you'd usually want to set up project-specific components and config files (e.g. nginx, PHP, etc.) although sane defaults are also provided by this base image.
Content type
Image
Digest
Size
164.2 MB
Last updated
over 7 years ago
docker pull diningclub/docker-base-alpine-php7