Skip to content

Docker image running php7-fpm on Alpine Linux

Notifications You must be signed in to change notification settings

m4rcu5nl/docker-php7-fpm-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Build Status GitHub issues
docker-php-fpm7-alpine

This image is created for use with my lighttpd image. It is, however, a pretty straight forward generic php-fpm7 image. Use it as you please.

Build example

docker build -t php-fpm7 .

Run example

docker run \
	--detach \
	--name php-fpm7 \
	-v /absolute/path/to/docroot/on/host:/var/www/localhost/htdocs:rw \
	php-fpm7

The above creates a detached container named php-fpm7 and mounts a directory from the host's filesystem as a volume to the designated docroot inside the container.

About

Docker image running php7-fpm on Alpine Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published