How to list disk size available and used for all nodes in a docker swarm from the manager host using nodejs?
Is it possible to retrieve information about disk size (both used and available) for all nodes in a docker swarm by running a nodejs app on the host machine using dockerode?