Docker container which extends spargo/web. Includes PHP 7.2.
Pull the image from Docker Hub
docker pull spargo/php:latest
The image can host static content mounted to /spargo/www.
docker run -p 80:80 -d --name spargo_php -v /local/path:/spargo/www spargo/php:latest
Content type
Image
Digest
Size
267.7 MB
Last updated
about 7 years ago
docker pull spargo/php