pwoszczyk / docker-phalcon-mileschou

Dockerized Phalcon.

Home Page:https://hub.docker.com/r/mileschou/phalcon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Phalcon

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+.

Supported tags and respective Dockerfile links

Image Test

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

Phalcon Devtools CLI

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)

Build yourself

Recommend 2G+ RAM when build image yourself. Maybe wait a long time for compile if only 1G RAM.

Thanks

About

Dockerized Phalcon.

https://hub.docker.com/r/mileschou/phalcon/

License:MIT License


Languages

Language:Makefile 100.0%