Skip to content

toroia/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published