Skip to content

Apache-PHP Server with Microsoft SQL Server Connection Support Based on Ubuntu Trusty Dockerfile

Notifications You must be signed in to change notification settings

alescdb/docker-mssql-php5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppoffice/apache-php-mssql-odbc

Dockerfile of Apache & PHP Environment with Microsoft SQL Server ODBC Driver Support Built on Ubuntu Trusty

docker pull lyubb/docker-mssql-php5

Build

docker build -t lyubb/docker-mssql-php5 .

Running

docker run -d -p 80:80 lyubb/docker-mssql-php5

With custom www folder:

docker run -d -p 80:80 -v (your site's folder):/var/www/ lyubb/docker-mssql-php5

Other

Uncomment these two lines in Dockerfile to fix "non-UTF8" chars encoding and time format problems:

ADD freetds.conf /etc/freetds/
ADD locales.conf /etc/freetds/

Issues

https://github.com/lyubb/docker-mssql-php5

About

Apache-PHP Server with Microsoft SQL Server Connection Support Based on Ubuntu Trusty Dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ApacheConf 99.7%
  • PHP 0.3%