Sign inSign up

shouldbee/php

By shouldbee

Updated about 11 years ago

PHP 5.5 + Apache + php5-mysql + php5-curl + php5-gd + php5-memcache

Image
0

1.7K

shouldbee/php repository overview

docker-php

This container includes:

  • PHP 5.5
  • Apache

How to run

$ docker run -dit --net host \
  -v /document_root:/document_root \
  -v /var/log/php:/var/log/php \
  -v /var/log/apache2:/var/log/apache2 \
  -e DOCUMENT_ROOT=/document_root shouldbee/php

Show logs

$ tail -f /var/log/php/error.log /var/log/apache2/*

Tag summary

Content type

Image

Digest

sha256:f2e428c37

Size

128.1 MB

Last updated

about 11 years ago

docker pull shouldbee/php