Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

sergeymakinen/docker-yii2-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii 2 PHP Dockerfiles

This repository contains Dockerfiles of PHP CLI for Yii 2 tests on Ubuntu 16.04.02 LTS for Docker's automated build published to Docker Hub.

Build Type Total Stars Total Pulls License

Supported tags and respective Dockerfile links

What is Yii?

Yii is a free, open-source Web application development framework written in PHP5 that promotes clean, DRY design and encourages rapid development. It works to streamline your application development and helps to ensure an extremely efficient, extensible, and maintainable end product.

Installation

  1. Install Docker.

  2. Download automated build from Docker Hub:

docker pull sergeymakinen/yii2-php:tag

How to use this image

Run tests

docker run -v ../Projects/yii2:/yii --rm sergeymakinen/yii2-php:tag vendor/bin/phpunit --group=sqlite --colors=always --verbose