-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Proposal: Enhance docker info
UI to show running and stopped containers
#1140
Comments
👍 pretty good. It's OK to show it in docker info |
@abronan this is great!
|
+1. Sounds great. May be, we can have a more tabular form of output, that can go easier on eyes. I mean, like in OpenStack, each row can contain a node of the cluster, and the information can be given in columns. Any thoughts? |
I like the idea, but can I suggest what we try to make this change in the engine itself ? I think it would be valuable even in single mode. @abronan can you open an issue/proposal in the engine ? |
@vieux Yeah I guess it could make sense even on a single docker daemon, having the information exposed through the remote API directly through |
@abronan I was just talking about presentation. Parsing we can do in json format only. The thing is when you are listing 60-70 nodes, it kinds of become a lot of information to go through. Anyways, just a food for thought. :) |
@abronan did you open an issue on the engine ? |
@vieux Yes the proposal on the Engine side is on moby/moby#15639. Needs your input :) |
This has been solved long ago. |
I have a long running swarm that I use mostly for testing, sometimes I just stress test running containers while shutting down Agents and Managers.
The output of
docker info
in this case is:From the output, we could think that I have 1362 running containers even though I only have 10. I don't think it makes much sense to show Stopped containers on
docker info
as it does not help at assessing what is the overall resource utilization of the cluster. Especially for users with tons of short-lived batch jobs. I don't know what would be the best UI for this but I'd expectdocker info
to show more useful informations such as:WDYT?
@vieux @aluzzardi @jimmyxian @chanwit
The text was updated successfully, but these errors were encountered: