Sign inSign up

ocreaper/php7.2-xdebug-sonar

By ocreaper

•Updated over 6 years ago

php7.2-xdebug-sonar

Image
0

997

ocreaper/php7.2-xdebug-sonar repository overview

⁠PHP 7.2 cli with xdebug and sonar scanner

This image allows you to run and debug your PHP code and the ability to run sonar scanner on your project thanks to Docker.

⁠Installation

⁠Pull from Docker Hub
docker pull ocreaper/php7.2-xdebug-sonar
⁠Or build from GitHub
docker build -t ocreaper/php7.2-xdebug-sonar github.com/ocReaper/dockerfile-php7.2-xdebug-sonar
⁠Run image
docker run -it ocreaper/php7.2-xdebug-sonar bash
⁠Or use as base image
FROM ocreaper/php7.2-xdebug-sonar
⁠Or use it with docker-compose
app:
  image: ocreaper/php7.2-xdebug-sonar
  ports:
    - 9000:9000
  expose:
    - 9000
  environment:
    PHP_XDEBUG_ENABLED: 1
  tty: true
  stdin_open: true

Tag summary

Content type

Image

Digest

Size

398 MB

Last updated

over 6 years ago

docker pull ocreaper/php7.2-xdebug-sonar