NGINX and PHP image based on Alpine Linux
Image is based on the oficial image of alpine
docker run [docker-options] lcsbaroni/alpine:nginx-5.6
Typical basic usage:
docker run -it lcsbaroni/alpine:nginx-5.6
Typical usage in Dockerfile:
FROM lcsbaroni/alpine:nginx-5.6
RUN echo "<?php phpinfo() ?>" > /var/www/localhost/htdocs/index.php
Typical usage:
docker run -it --link=somedb:db lcsbaroni/alpine:nginx-5.6
Typical usage on docker-compose:
docker-compose up -d
Content type
Image
Digest
Size
33.1 MB
Last updated
almost 10 years ago
docker pull lcsbaroni/alpine:nginx-5.6