mzazon / php-apache-mysql-containerized

A brief demo of containerizing php apache and mysql with Docker using some best practices.
197 stars 174 forks source link

Does it make sense to create a php-xdebug image on this package? #6

Open ghost opened 6 years ago

ghost commented 6 years ago

I forked this package, and I'm studying docker. So, I want to use xdebug installed via docker on phpstorm. But, I don't know if I have to create an image in this package, or I have to create another container to do it.

What I have to do?