Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Docker Nginx & PHP 7 image on the top of Alpine Linux. 🐳 [UNMAINTENATED] Use instead https://github.com/joseluisq/alpine-php-fpm

Notifications You must be signed in to change notification settings

joseluisq/docker-alpine-nginx-php7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-alpine-nginx-php7

Docker Nginx & PHP 7 image on the top of Alpine Linux.

This image contains:

  • Alpine Linux v3.5
  • Nginx 1.11-alpine
  • PHP 7.1-fpm-alpine with common extensions
  • S6 (process supervisor)
  • Composer

Build

docker build -t alpine-nginx-php7 .

Run

docker run --rm -ti -p 9080:80 alpine-nginx-php7

Bash

docker exec -it <containerId Or Name> bash

About

Docker Nginx & PHP 7 image on the top of Alpine Linux. 🐳 [UNMAINTENATED] Use instead https://github.com/joseluisq/alpine-php-fpm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published