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 helpYou can build all containers with the Makefile:
make buildOr you can build one image type (example: Alpine) with sub Makefile:
make -C src/alpine buildYou can purge all containers with the Makefile:
make purgeOr you can purge one image type (example: Alpine) with sub Makefile:
make -C src/alpine purge