Nerds and Company PHP image for Docker
- Based on the debian:jessie image
- Apache 2.4
- PHP 5.6, 7.0, 7.1, 7.2, 7.3 or 7.4
- Xdebug 2.3
- Derived from docker-libary/php
- mcrypt
- mbstring
- gd
- pdo_mysql
- zip
- Contains git
- Contains curl
- Contains a MySQL client
- Contains Redis CLI Tools
- Contains composer
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.