DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.14k stars 106 forks source link

Add Image Size to Stats #216

Open mountainash opened 4 years ago

mountainash commented 4 years ago

I'm working on making some of my Docker builds nice and small (as I think most people should). It would be nice if DockStation showed the size on the stats or 'info' panels nice and clearly - and in something more readable than bytes.

The stat can be pulled from the image inspector:

docker image inspect <imagename>:latest --format='{{.Size}}'