mohsenasm / swarm-dashboard

A Simple Monitoring Dashboard for Docker Swarm Cluster
MIT License
162 stars 26 forks source link

Support containers with no network connections #14

Closed jamesmcdonald closed 6 years ago

jamesmcdonald commented 6 years ago

This patch fixes the problem described in #11. It simply adds a Maybe when parsing the endpoints, and then filters out containers with no (swarm) network connections. They will simply appear in the grid not connected to any network.

charypar commented 6 years ago

Thanks for this! And sorry it took me so long to get back to this to look at it 😞