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.13k stars 106 forks source link

Stats from remote Docker hosts are not displayed if the local Docker instance is not running #275

Open jontingvold opened 3 years ago

jontingvold commented 3 years ago

When I try open a remote Docker host in DockStation and try to view the stats page, the stats page does not display any stats (cpu/memory/network IO/block IO) unless the local Docker instance (Docker for Mac) is running in the background.

Screenshot when Docker for Mac is NOT running on local machine:

Skjermbilde 2021-03-22 kl  01 03 55

Screenshot when Docker for Mac is running on local machine:

Skjermbilde 2021-03-22 kl  01 07 33

If this is the intented behaviour, DockStation should at least give a warning that the stats could not be displayed because the local Docker machine instance is not running.