Sign inSign up

ibitz/php

By ibitz

Updated over 8 years ago

PHP 5.6 Apache2 With MSSQL Driver

Image
0

710

ibitz/php repository overview

PHP with apache2

Tags
TagsPHPDatabase DriverPHP Extenssions
5.6PHP 5.6 , apache2MSSQL ODBC 13 , MySQL , FreeTDSMyCrypt , GD
Configuration
  • Default Timezone : Asia/Bangkok
  • LC_ALL : C.UTF-8
Default Configuration
  • DocumentRoot : /var/www
  • FreeTDS Configuration File : /etc/freetds/freetds.conf
  • Port : 80 , 443
Example Run
  • Simple Command
 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```

Tag summary

Content type

Image

Digest

Size

308.6 MB

Last updated

over 8 years ago

docker pull ibitz/php:7.1