Sign inSign up

diningclub/docker-base-alpine-php7

By diningclub

Updated over 6 years ago

Docker base application Includes Nginx, PHP-FPM and S6 service manager.

Image
0

10K+

diningclub/docker-base-alpine-php7 repository overview

docker-base-alpine-php7

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.

Packages included

OS: Alpine Linux 3.5

Size: The uncompressed size of the image is around 360 MB (120 MB compressed).

  • nginx
  • PHP 7.1 and a number of common extensions including mysqlnd and a Redis client
  • libressl
  • S6

Using this image

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.

Tag summary

Content type

Image

Digest

Size

164.2 MB

Last updated

over 7 years ago

docker pull diningclub/docker-base-alpine-php7