Sign inSign up

ridibooks/performance-apache-base

By ridibooks

Updated over 6 years ago

Base Apache Docker container for RIDI performance team

Image
1

2.7K

ridibooks/performance-apache-base repository overview

Base Apache Docker Container for RIDI performance team

Envionment variables

  • APACHE_DOC_ROOT - The document root is /var/www/html. (default) Set APACHE_DOC_ROOT if you want to change,
  • XDEBUG_ENABLE - if set this "1", then XDebug is enabled.
  • XDEBUG_HOST - XDebug host is computed at the start. You can specify a special host by this.
  • PHP_TIMEZONE - PHP time zone. (default = Asia/Seoul)

Usage

Standalone usage example with host's current working directory as document root:

docker run -p 80:80 \
  -v $(pwd):/var/www/html \
  --name php-apache \
  -e XDEBUG_ENABLE=1 \
  ridibooks/performance-apache-base

Tag summary

Content type

Image

Digest

Size

236 MB

Last updated

over 6 years ago

docker pull ridibooks/performance-apache-base