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 use Makefiles, you can find the Makefiles help by using the following command:
make help
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
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