Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 813 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 813 Bytes

nerdsandcompany/php-base

Nerds and Company PHP image for Docker

Contains

OS

  • Based on the debian:jessie image

Services

  • Apache 2.4
  • PHP 5.6, 7.0, 7.1, 7.2, 7.3 or 7.4
  • Xdebug 2.3

PHP Extensions

  • mcrypt
  • mbstring
  • gd
  • pdo_mysql
  • zip

Other

  • Contains git
  • Contains curl
  • Contains a MySQL client
  • Contains Redis CLI Tools
  • Contains composer

Xdebug usage

If you want to be able to step through your code using Xdebug, your container needs to expose port 9000. This is probably not desired in production environments. If you use docker-compose, you can use another configuration file for prodcution where this port is not exposed.

License

MIT