Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lucbpz/graph-view-docker-extension
- Owner: lucbpz
- Created: 2022-07-28T10:48:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T12:38:19.000Z (over 2 years ago)
- Last Synced: 2024-10-29T16:34:02.849Z (3 months ago)
- Topics: docker, docker-extension, docker-extensions, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 9.01 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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