Base docker images for Fisdap PHP applications
1.5K
If you want to build a Fisdap application using PHP, this is a base docker image you can use.
To build this image yourself from the code follow these command
$ docker build -t fisdap/php:7.0-nginx .
$ docker run -it -p 8080:80 -v ~/Sites/php-nginx:/var/www/html:rw --rm --name fisdap-php fisdap/php:7.0-nginx
Proprietary
Content type
Image
Digest
sha256:2109c4682…
Size
210.2 MB
Last updated
almost 11 years ago
docker pull fisdap/php