Skip to content

gcamrit/alpine-nginx-php5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Pull it from docker registry

To pull the docker image you can do it with:

docker pull amritgc/alpine-nginx-php5

Usage

After pulling the image from docker registry, go into project directory Then run the following commands to run php or composer:

docker run -v $(pwd):/var/www -p 80:80 amritgc/alpine-nginx-php5

As base image

You can use it as a base image like below:

FROM amritgc/alpine-nginx-php5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages