Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abesto/docker-compose-graphviz
Turn a docker-compose.yml files into Graphviz .dot files
https://github.com/abesto/docker-compose-graphviz
Last synced: 2 months ago
JSON representation
Turn a docker-compose.yml files into Graphviz .dot files
- Host: GitHub
- URL: https://github.com/abesto/docker-compose-graphviz
- Owner: abesto
- Created: 2015-06-15T22:14:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T08:59:48.000Z (about 9 years ago)
- Last Synced: 2024-07-31T21:54:46.248Z (5 months ago)
- Language: Go
- Homepage:
- Size: 119 KB
- Stars: 50
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-docker - docker-compose-graphviz - Turn a docker-compose.yml files into Graphviz .dot files by [@abesto](https://github.com/abesto) (Container Operations / Container Composition)
- awesome-docker - docker-compose-graphviz - Turn a docker-compose.yml files into Graphviz .dot files by [@abesto](https://github.com/abesto) (Container Operations / Container Composition)
README
# docker-compose-graphviz
Turn a `docker-compose.yml` into a Graphviz `.dot` file. Currently in prototype state. For an example of the output,
check out https://github.com/abesto/abesto-net-docker.## Installation
```sh
go install github.com/abesto/docker-compose-graphviz
```## Usage
`cd` into a directory that has a `docker-compose.yml` file.
```sh
docker-compose-graphviz | dot -odocker-compose.jpg -Tjpg && open docker-compose.jpg
```