https://github.com/nanasess/phpdbg
Docker image for phpdbg
https://github.com/nanasess/phpdbg
Last synced: 8 months ago
JSON representation
Docker image for phpdbg
- Host: GitHub
- URL: https://github.com/nanasess/phpdbg
- Owner: nanasess
- Created: 2018-06-05T06:18:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T04:23:00.000Z (over 7 years ago)
- Last Synced: 2025-01-14T05:10:42.655Z (9 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker image for phpdbg of cli
=================================## Addtional Extensions
- pdo
- pdo_pgsql
- Intland Composer
## Base image
https://hub.docker.com/_/php/
## How to use this image.
With Command Line.
```
docker run -v "$PWD":/usr/src/myapp:cached -w /usr/src/myapp --rm nanasess/phpgdb phpdbg -qrr path/to/phpunit --coverage-clover=coverage.clove
```By using the Docker container it is possible to avoid the problem of **Too many open files**.