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 run -d \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 5000:5000 \
pfrayer/docker-browser
Then open http://<hostname>:5000
in your favourite browser and click on a container.
See the API documentation.
- API:
- List layers
- Group layers per image
- GUI:
- Display layers
- Dislay link between image & layers