Skip to content

alpin3/php7-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alpin3/php7-apache

Multiple purpose Apache and PHP image based on Alpine

Image is based on the official alpine base image

Docker image size

Latest

Docker image usage

docker run [docker-options] alpin3/php-apache

Examples

Typical basic usage:

docker run -it alpin3/php7-apache

Typical usage in Dockerfile:

FROM alpin3/php7-apache
RUN echo "<?php phpinfo() ?>" > /app/index.php

Typical usage:

docker run -it --link=somedb:db alpin3/php7-apache

Todo

  • Check volume and data

Releases

No releases published

Packages

No packages published