Skip to content

nerds-and-company/docker-php-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A base Docker repo for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published