Skip to content

pwoszczyk/docker-phalcon-mileschou

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Languages

  • Makefile 100.0%