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
- Host: GitHub
- URL: https://github.com/pfrayer/docker-browser
- Owner: pfrayer
- Created: 2018-02-22T21:53:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:36:50.000Z (over 2 years ago)
- Last Synced: 2024-08-11T11:03:37.228Z (about 1 year ago)
- Topics: docker, docker-containers, docker-images, docker-network, docker-volumes, visualizer
- Language: JavaScript
- Homepage:
- Size: 384 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.

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