Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucbpz/graph-view-docker-extension

Docker extensions that displays all your containers, volumes, images... in a network graph.
https://github.com/lucbpz/graph-view-docker-extension

docker docker-extension docker-extensions hacktoberfest

Last synced: 2 months ago
JSON representation

Docker extensions that displays all your containers, volumes, images... in a network graph.

Awesome Lists containing this project

README

        


Graph View logo



Graph View Docker extension - See your Docker containers, images and volumes in a network graph.

`Graph View` is the easiest way to see your Docker local containers, images and volumes.

![GIF demo](./screenshots/network-graph.gif)

## Installation

You can install this extension with the Docker Extensions CLI, targeting either a published released (e.g. `1.0.0`) or branch (e.g. `main`):
```bash
docker extension install lucasbernalte981/graph-view-extension:latest
```

## Run locally

1. Fork this repo.
```bash
gh repo fork lucbpz/graph-view-docker-extension
```
2. Build and install the extension.
```bash
make install-extension
```

**How to Contribute**
---

1. Fork this repo.
2. Submit Pull Request with comprehensive description of changes