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

https://github.com/pfrayer/docker-browser

Visualize your containers/images/volumes/networks and see which ones uses which ones
https://github.com/pfrayer/docker-browser

docker docker-containers docker-images docker-network docker-volumes visualizer

Last synced: 3 months ago
JSON representation

Visualize your containers/images/volumes/networks and see which ones uses which ones

Awesome Lists containing this project

README

          

# Docker browser

Visualize your Docker objects (containers, images, volumes...) and easily identify what uses what: which volumes and networks are used by which containers; which layers are used by which images etc.

![Docker browser](/doc/demo.gif?raw=true)

## Usage

```
docker run -d \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 5000:5000 \
pfrayer/docker-browser
```

Then open `http://:5000` in your favourite browser and click on a container.

## API

See the [API documentation](./doc/README.md).

## TODO

- API:
- [ ] List layers
- [ ] Group layers per image
- GUI:
- [ ] Display layers
- [ ] Dislay link between image & layers