This is the repo of the official Yii 2.0 Framework image on DockerHub for PHP.
This is still work in progress. The images available on docker hub are in public preview state.
These Docker images are built on top of the official PHP Docker image, they contain additional PHP extensions required to run Yii 2.0 framework, but no code of the framework itself.
The Dockerfile
(s) of this repository are designed to build from different PHP-versions by using build arguments.
cp .env-dist .env
Adjust the versions in .env
if you want to build a specific version.
Note: Please make sure to use a matching combination of
DOCKERFILE_FLAVOUR
andPHP_BASE_IMAGE_VERSION
PHP_ENABLE_XDEBUG
whether to load an enable Xdebug, defaults to0
(false)PHP_USER_ID
(Debian only) user ID, when running commands as webserver (www-data
), see also #15
docker-compose build
docker-compose run --rm php php /tests/requirements.php
More information can be found in the docs folder.
- Error code
139
on Alpine for PHP5.6-7.1
results from a broken ImageMagick installation