/docker_php

Docker PHP base image

Primary LanguagePHP

Development Base PHP Docker Image

This repository serves as base for PHP image.

Getting Started

Prerequisites

Docker
Patience

Building

  1. Install Docker
  2. Start PowerShell and go inside this project's root directory
  3. Run docker build . -t php:<php_version> --no-cache in current directory

Running the tests

This repository contains test.php, which runs testing automatically on build. This tests whether all dependencies were installed and whether is composer initialized or not.

Built With

Contributing

Please contact Adrián Paníček for contribution on this project

Versioning

I use Semantic Versioning without meta tags. Versioning format major.minor.hotfix.

Sample versioning: 3.1.0

Major version changes are NOT backward compatible ! Minor version changes are backward compatible within the same Major Version

Changelog

0.0.1 - Basic initialization of project