| Tags | PHP | Database Driver | PHP Extenssions |
|---|---|---|---|
| 5.6 | PHP 5.6 , apache2 | MSSQL ODBC 13 , MySQL , FreeTDS | MyCrypt , GD |
docker run -d -v $PWD/web:/var/www -p 80:80 ibitz/php:5.6```
* With FreeTDS Configuration
docker run -d -v $PWD/web:/var/www -v $PWD/freetds.conf:/etc/freetds/freetds.conf -p 80:80 ibitz/php:5.6```
Content type
Image
Digest
Size
308.6 MB
Last updated
over 8 years ago
docker pull ibitz/php:7.1