Skip to content

Latest commit

 

History

History
36 lines (36 loc) · 901 Bytes

README.md

File metadata and controls

36 lines (36 loc) · 901 Bytes

Dockerfiles

Docker Image CI

Getting started

Containers list

You will find below, the list of public containers of the Toroia:

  • toroia/alpine:*
  • toroia/docker:*
  • toroia/nodejs:*
  • toroia/php-cli:*
  • toroia/php-fpm:*
  • toroia/zephir:*
  • toroia/phalcon-cli:*
  • toroia/phalcon-fpm:*

Building

Building use Makefiles, you can find the Makefiles help by using the following command:

make help

How to

You can build all containers with the Makefile:

make build

Or you can build one image type (example: Alpine) with sub Makefile:

make -C src/alpine build

Purging

You can purge all containers with the Makefile:

make purge

Or you can purge one image type (example: Alpine) with sub Makefile:

make -C src/alpine purge