Sign inSign up

joppsdev/apachephp

By joppsdev

Updated over 5 years ago

Image configured with Apache, PHP and Xdebug

Image
0

643

joppsdev/apachephp repository overview

Command for starting the container:

  • docker run --name apachephp-server -v "AbsolutePathToWebFolder:/var/www/html" -p 80:80 -d joppsdev/apachephp:tagname

Command for entering the container:

  • docker exec -it apachephp-server bash

Version 1.0 contains the following:

  • Ubuntu 18.04
  • Apache 2.4.29
  • PHP 7.3.9
  • Xdebug 2.7.2

Version 2.0 contains the following:

  • Ubuntu 20.04
  • Apache 2.4.41
  • PHP 8.0.0
  • Xdebug 3.0.0

Versions below have active support for xdebug for PHP Storm on port 9000:

  • 1.0.5
  • 1.0.6
  • 2.0.1
  • 2.0.2 (on this version you will get a Could not connect to debugging client notice in cli if you don't have the XDebug on in PHPStorm. To solve this issue just add -d xdebug.mode=off)

Tag summary

Content type

Image

Digest

Size

255.5 MB

Last updated

over 5 years ago

docker pull joppsdev/apachephp