This image allows you to run and debug your PHP code and the ability to run sonar scanner on your project thanks to Docker.
docker pull ocreaper/php7.2-xdebug-sonar
docker build -t ocreaper/php7.2-xdebug-sonar github.com/ocReaper/dockerfile-php7.2-xdebug-sonar
docker run -it ocreaper/php7.2-xdebug-sonar bash
FROM ocreaper/php7.2-xdebug-sonar
app:
image: ocreaper/php7.2-xdebug-sonar
ports:
- 9000:9000
expose:
- 9000
environment:
PHP_XDEBUG_ENABLED: 1
tty: true
stdin_open: true
Content type
Image
Digest
Size
398 MB
Last updated
over 6 years ago
docker pull ocreaper/php7.2-xdebug-sonar