https://github.com/gilbitron/php7.0-mysql
Docker container for running tests in PHP 7.0
https://github.com/gilbitron/php7.0-mysql
Last synced: 6 months ago
JSON representation
Docker container for running tests in PHP 7.0
- Host: GitHub
- URL: https://github.com/gilbitron/php7.0-mysql
- Owner: gilbitron
- License: mit
- Created: 2016-10-28T15:42:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T15:45:45.000Z (over 9 years ago)
- Last Synced: 2025-07-29T03:49:18.951Z (12 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker PHP 7.0 & MySQL
This is a Docker container intended to be used to run your tests on PHP 7.0. It assumes you will be attaching your app as a volume to `/app`.
Be default it assumes your app has a `run.sh` file in the root that runs your tests (e.g. `composer install` and `phpunit`). See the [run.sh](run.sh) file for an example.
## Run
```
docker run -v /path/to/your/app:/app gilbitron/php7.0-mysql
```
Looking for [PHP 5.6](https://github.com/gilbitron/php5.6-mysql)?