Skip to content

Your Build Toolbox for Continuous Integration in Docker

License

Notifications You must be signed in to change notification settings

holisticon/buildbox

 
 

Repository files navigation

Your Build Toolbox for Continuous Integration in Docker

Build Status

Requirements

  • Unix OS (Linux and macOS) or Windows with cygwin
  • Docker (6 GB+ assigned)

Usage

  • Build the images: ./docker-build.sh
  • Start the images: ./docker-run.sh. All data of the containers is stored in the folder data.
  • Service available:

Advanced

Update dependency graph

docker run --rm -it --name dcv -v $(pwd):/input pmsipilot/docker-compose-viz render -m image docker-compose.yml &&\
  mv docker-compose.png docs/images/

About

Your Build Toolbox for Continuous Integration in Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Groovy 84.5%
  • Shell 15.5%