Skip to content

gilbitron/php5.6-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker PHP 5.6 & MySQL

This is a Docker container intended to be used to run your tests on PHP 5.6. 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 file for an example.

Run

docker run -v /path/to/your/app:/app gilbitron/php5.6-mysql

Looking for PHP 7.0?

About

Docker container for running tests in PHP 5.6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages