Skip to content

joanrivera/docker-informixpdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker - InformixPDO

Base configuration files to generate a Docker container image that add InformixPDO support to a Basic PHP image.

You can use this to save time when you need a PHP+InformixPDO image.

To generate the image is necessary to complete these steps:

  1. Download the CSDK and the PDO souce code. Put both into the informix directory:

  2. In the informix/slqhosts file change the string demo_server to match the Informix server name.

  3. Review the files in the scripts directory and edit properly, focusing in the first lines.

  4. Execute python -m SimpleHTTPServer in the same directory where this file is located.

  5. Build the image: docker build -t ifxpdo .

  6. When containers are to be created, note that you must set the Infomix server IP: docker run -d -p 80:80 -v /var/www/html:/var/www/html --add-host ifxserver:192.168.0.2 ifxpdo.

About

Files to create a Docker image with support for InformixPDO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages