28mm / blast-radius

Interactive visualizations of Terraform dependency graphs using d3.js
https://28mm.github.io/blast-radius-docs/
MIT License
2.04k stars 257 forks source link

Overlayfs inside docker #19

Closed daniel-ciaglia closed 6 years ago

daniel-ciaglia commented 6 years ago

Added overlayFS to the docker container. This way the original data are not touched when running blast-radius.

28mm commented 6 years ago

Works like a charm 👍 . Quick note that I changed docker-entrypoint.sh to handle the case where fewer than two arguments are given with the same logic as applies otherwise.

daniel-ciaglia commented 6 years ago

@28mm: Thanks for re-working and merging. Works great! Cheers, Daniel