Skip to content

Instantly share code, notes, and snippets.

@krishnakummar
Created November 17, 2018 09:20
Show Gist options
  • Save krishnakummar/d233a50e4e46c0e041b550b2fcbc776f to your computer and use it in GitHub Desktop.
Save krishnakummar/d233a50e4e46c0e041b550b2fcbc776f to your computer and use it in GitHub Desktop.
create graphviz block diagram from docker-compose.yml
docker run --rm -it --name dcv -v /home/user/blog:/input pmsipilot/docker-compose-viz render -m image --force docker-compose.yml --output-file=topology.png --no-volumes --no-ports --no-networks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment