Search Docker Hub
php
By aniftyco
Lightweight Alpine Linux container with Caddy & PHP
353
FROM aniftyco/php COPY index.php /app/
docker build -t my-app .
docker run --rm -it my-app
Content type
Image
Digest
sha256:c34a31529…
Size
56.2 MB
Last updated
about 2 years ago
docker pull aniftyco/php