Created
December 8, 2016 20:01
-
-
Save colossus9/dddde7da285b05be002f1850e620f202 to your computer and use it in GitHub Desktop.
Generate Service Architecture for your docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Use this script to generate a Service Architecture | |
# for your docker-compose.yml file. | |
# | |
cd $PATH_TO_COMPOSE_FILE | |
cat docker-compose.yml | \ | |
docker run -i funkwerk/compose_plantuml --link-graph --boundaries | \ | |
docker run -i think/plantuml -tpng > output.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment