Skip to content

Instantly share code, notes, and snippets.

@wkrea
Forked from krishnakummar/create-topology.sh
Created October 3, 2019 18:52
Show Gist options
  • Save wkrea/bad7f33833150d992f6486ad5b73cad3 to your computer and use it in GitHub Desktop.
Save wkrea/bad7f33833150d992f6486ad5b73cad3 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