Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 395 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 395 Bytes

docker-sample

A sample of build nginx and php(with phalcon extension) containers with Dockerfile

usage

  • clone the repo
git clone git://github.com/voids/docker-sample
cd docker-sample
  • clone phalcon source code
git clone git://github.com/phalcon/cphalcon.git
  • build image and copy configs
./build.sh
  • generate containers
./init.sh