Sign inSign up

gvangool/docker-apache2

By gvangool

Updated almost 11 years ago

This is a small base image for Apache2 containers

Image
0

1.2K

gvangool/docker-apache2 repository overview

This is a small base image for Apache2 (PHP?) containers.

So you could do something like:

FROM gvangool/docker-apache2
RUN apt-get update && apt-get install -y php5 libapache2-mod-php5 php5-mysql php5-cli
RUN a2enmod rewrite && a2enmod php
ADD site.conf /etc/apache2/sites-enabled/
ADD src /var/www/

Tag summary

Content type

Image

Digest

sha256:1ae44662d

Size

81.1 MB

Last updated

almost 11 years ago

docker pull gvangool/docker-apache2