Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Turn a docker-compose.yml files into Graphviz .dot files

Awesome Lists containing this project

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
```