Commit 209e59ea authored by Tobias Munk's avatar Tobias Munk

Merge commit 'ebd55c5f'

parents d4481027 ebd55c5f
Pipeline #14108 passed with stages
in 11 minutes and 8 seconds
Supported tags and respective `Dockerfile` links
================================================
- `7.0-fpm`, `latest` ([7.0/fpm/Dockerfile](https://github.com/dmstr/docker-php-yii2/blob/master/7.0/Dockerfile-fpm))
- `7.0-fpm`, `latest` ([7.0/fpm/Dockerfile-fpm](https://github.com/dmstr/docker-php-yii2/blob/master/7.0/Dockerfile-fpm))
- `7.0-fpm-nginx` ([7.0/fpm/Dockerfile-nginx](https://github.com/dmstr/docker-php-yii2/blob/master/7.0/Dockerfile-nginx))
See all available [image tags](https://hub.docker.com/r/dmstr/php-yii2/tags/)
Introduction
------------
This is a Docker PHP image containing extensions and libraries for Yii 2.0 Framework.
This is a Docker PHP image containing PHP extensions and composer packages and libraries for *Yii 2.0 Framework*.
It is primarily intended to build Yii 2.0 applications `FROM` this image, see below for available application templates.
There is also an nginx flavour available for this image, in which PHP and nginx are managed with forego.
Features
......@@ -44,7 +49,7 @@ Building the images
Development bash
docker run -it dmstr/php bash
docker run -it dmstr/php-yii2 bash
Resources
......@@ -53,7 +58,9 @@ Resources
- [GitHub project](https://github.com/dmstr/docker-php-yii2)
- [GitLab build](https://git.hrzg.de/dmstr/docker-php-yii2/builds)
- [DockerHub image](https://hub.docker.com/r/dmstr/php-yii2/)
- [yii2-app](https://github.com/dmstr/docker-yii2-app) minimal application tempplate
- [phd5](https://github.com/dmstr/phd5-app) standard application template
- [phd5](https://github.com/dmstr/docs-phd5) documentation
---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment