php/README.md

36 lines
1.0 KiB
Markdown
Raw Normal View History

2019-02-25 15:57:49 +00:00
[![bkraul/php-nginx](https://img.shields.io/badge/bkraul-php--nginx-blue.svg)](https://cloud.docker.com/u/bkraul/repository/docker/bkraul/php-nginx)
![Webdevops Dockerfile](https://static.webdevops.io/dockerfile.svg)
# Introduction
2019-02-25 16:03:55 +00:00
This image is based on [webdevops/php](https://hub.docker.com/r/webdevops/php) image, with **mcrypt** extension and latest Microsoft **sqlsrv** and **pdo_sqlsrv** drivers and extensions.
2019-02-25 15:57:49 +00:00
## Tags
| Tags | PHP Version | Distribution |
| -------------------- | ----------- | ----------------------- |
| latest, ubuntu-18.04 | 7.2.15 | Ubuntu 18.04.1 (bionic) |
| 7.3 | 7.3.2 | Debian 10 (buster) |
# Usage
## Pulling
To pull the image:
```
2019-02-25 16:03:55 +00:00
docker pull bkraul/php
2019-02-25 15:57:49 +00:00
```
2019-02-25 16:03:55 +00:00
For more information on how to use the image, go to the [webdevops/php](https://hub.docker.com/r/webdevops/php) page.
2019-02-25 15:57:49 +00:00
# Source
2019-02-25 16:03:55 +00:00
<https://git.belmankraul.com/docker/php>
2019-02-25 15:57:49 +00:00
# Issues
2019-02-25 16:03:55 +00:00
For issues or questions, visit <https://discourse.belmankraul.com/c/docker/php>