We are running docker in swarm mode on a few nodes.
Could not find a quick and easy way to list all containers (preferably with status) in the swarm from the manager nodes. One can see overlay networks and locally-running containers attached to these networks, also services - but not the container details, etc.
Is it something already available or is using the REST API the only available option? (not sure if all required info is available there though)