Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 941 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 941 Bytes

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/