Sign inSign up

fisdap/php

By fisdap

Updated over 10 years ago

Base docker images for Fisdap PHP applications

Image
0

1.5K

fisdap/php repository overview

Fisdap Docker Image - PHP & Nginx

If you want to build a Fisdap application using PHP, this is a base docker image you can use.

Build

To build this image yourself from the code follow these command

$ docker build -t fisdap/php:7.0-nginx .
Demo Run (If you have a public folder with index.php)
$ docker run -it -p 8080:80 -v ~/Sites/php-nginx:/var/www/html:rw --rm --name fisdap-php fisdap/php:7.0-nginx

License

Proprietary

Tag summary

Content type

Image

Digest

sha256:2109c4682

Size

210.2 MB

Last updated

almost 11 years ago

docker pull fisdap/php