Phalcon is a Docker image based on Docker official PHP image
7.4K
Forked from mileschou 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+.
Dockerfile linksHere 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.
Content type
Image
Digest
Size
205.4 MB
Last updated
over 8 years ago
docker pull gabel/phalcon