https://github.com/kool-dev/docker-php-sqlsrv
Docker images for PHP with SQL Server drivers configuration (based on kooldev/php)
https://github.com/kool-dev/docker-php-sqlsrv
Last synced: about 2 months ago
JSON representation
Docker images for PHP with SQL Server drivers configuration (based on kooldev/php)
- Host: GitHub
- URL: https://github.com/kool-dev/docker-php-sqlsrv
- Owner: kool-dev
- Created: 2021-01-30T22:14:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T04:58:26.000Z (over 2 years ago)
- Last Synced: 2025-01-24T08:43:31.373Z (10 months ago)
- Language: Dockerfile
- Size: 23.4 KB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Minimal PHP Docker image with SQL Server drivers. It's use is intended for [kool.dev](https://github.com/kool-dev/kool), but can fit in any other PHP use-case.
This image is based on [kooldev/php](https://github.com/kool-dev/docker-php), please refer to that repo README for further documentation.
## Available Tags
### 7.4
- [7.4-nginx-sqlsrv](https://github.com/kool-dev/docker-php-sqlsrv/blob/main/7.4-nginx-sqlsrv/Dockerfile)
- [7.4-nginx-sqlsrv-prod](https://github.com/kool-dev/docker-php-sqlsrv/blob/main/7.4-nginx-sqlsrv-prod/Dockerfile)
### 8.1
- [8.1-nginx-sqlsrv](https://github.com/kool-dev/docker-php-sqlsrv/blob/main/8.1-nginx-sqlsrv/Dockerfile)
- [8.1-nginx-sqlsrv-prod](https://github.com/kool-dev/docker-php-sqlsrv/blob/main/8.1-nginx-sqlsrv-prod/Dockerfile)
## Environment Variables
Please refer to [kooldev/php](https://github.com/kool-dev/docker-php).
### NGINX
Please refer to [kooldev/php](https://github.com/kool-dev/docker-php).
## Usage
Please refer to [kooldev/php](https://github.com/kool-dev/docker-php).
## Contributing
### Update images with templates
The Dockerfile's are automatically managed by `fwd-template.json` configuration file and files in the `template` folder. We should always make changes directly to these files.
After any changes, we need to run `kool run template` to parse the templates and generate folder/files for each version.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.