Docker Phalcon base image, see https://hub.docker.com/r/mileschou/phalcon/
The repository is a Docker image based on Docker official PHP image with Phalcon Framework Version 3.0+.
7.0-cli
,cli
,7.0
,latest
(7.0/Dockerfile)7.0-alpine
,alpine
(7.0/alpine/Dockerfile)7.0-apache
,apache
(7.0/apache/Dockerfile)7.0-fpm
,fpm
(7.0/fpm/Dockerfile)5.6-cli
,5.6
(5.6/Dockerfile)5.6-alpine
(5.6/alpine/Dockerfile)5.6-apache
(5.6/apache/Dockerfile)5.6-fpm
(5.6/fpm/Dockerfile)5.5-cli
,5.5
(5.5/Dockerfile)5.5-alpine
(5.5/alpine/Dockerfile)5.5-apache
(5.5/apache/Dockerfile)5.5-fpm
(5.5/fpm/Dockerfile)
Here is a simple test command that can confirm the extension has been loaded.
$ docker run -i -t --rm mileschou/phalcon php -m | grep phalcon
phalcon
The repository also include Phalcon Devtools. Here is a simple command.
$ docker run -i -t --rm mileschou/phalcon phalcon
Phalcon DevTools (3.0.0)
Available commands:
commands (alias of: list, enumerate)
controller (alias of: create-controller)
module (alias of: create-module)
model (alias of: create-model)
all-models (alias of: create-all-models)
project (alias of: create-project)
scaffold (alias of: create-scaffold)
migration (alias of: create-migration)
webtools (alias of: create-webtools)
Recommend 2G+ RAM when build image yourself. Maybe wait a long time for compile if only 1G RAM.
- GitHub
- Docker Hub
- Shields.io provide docker hub stars and pulls badge
- MicroBadger provide image size and version badge