moby--moby/api/client
Aaron Lehmann 614ad95fbb service ls: Show tasks from nodes that are not down, not only "ready" nodes
Currently, the counter only shows tasks on READY nodes. It's more
correct to also count nodes in the other states except DOWN, because
the tasks assocated with those nodes are still assumed to be running for
orchestration purposes. One example of when this could matter is during
a leader failover when agents are in the process of reconnecting.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-07-28 11:44:28 -07:00
..
bundlefile Add some tests for bundlefile and improve the error messages for LoadFile 2016-06-16 18:18:25 -04:00
container Merge pull request #23908 from capkurmagati/fix-docker-stats 2016-07-25 09:54:00 -04:00
formatter Do not show empty tags for digest references in output 2016-06-14 22:44:49 -07:00
idresolver Update to new swarmkit/engine-api 2016-06-30 17:22:47 -07:00
image Merge pull request #24389 from Microsoft/jjh/silentsecurity 2016-07-08 11:06:33 -07:00
inspect remove fallback for Go 1.4 2016-06-07 22:38:02 +02:00
network Don't automagically add "[OPTIONS]" to usage 2016-07-19 00:07:19 +02:00
node cli: `docker service|node|stack ps` instead of tasks 2016-07-27 11:06:42 -07:00
plugin Merge pull request #24722 from thaJeztah/update-usage-for-deprecated-flags 2016-07-19 11:01:33 -04:00
registry fix stdout and stderr in api client 2016-07-05 23:07:40 +08:00
service service ls: Show tasks from nodes that are not down, not only "ready" nodes 2016-07-28 11:44:28 -07:00
stack cli: `docker service|node|stack ps` instead of tasks 2016-07-27 11:06:42 -07:00
swarm Remove swarm inspect and use info instead 2016-07-25 20:31:10 -07:00
system Address some displaying issues in docker info 2016-07-25 23:07:39 -07:00
task service tasks: Improve error reporting 2016-07-21 19:19:11 -07:00
volume Dont run man generation as part of test-unit. 2016-07-19 12:00:35 -04:00
cli.go Windows: Always enable VT emulation 2016-06-23 13:14:39 -07:00
client.go Make sure docker api client implements engine-api client. 2016-01-07 21:02:19 -05:00
commands.go Use spf13/cobra for docker update 2016-06-22 11:06:44 -07:00
credentials.go Migrate login & logout command to cobra 2016-06-10 12:04:29 +02:00
exec.go Don't automagically add "[OPTIONS]" to usage 2016-07-19 00:07:19 +02:00
exec_test.go Update client code with api changes 2016-04-15 12:48:01 +02:00
hijack.go Fix logrus formatting 2016-06-11 13:16:55 -07:00
inspect.go Don't automagically add "[OPTIONS]" to usage 2016-07-19 00:07:19 +02:00
registry.go Merge pull request #23584 from nishanttotla/private-images-swarm-services 2016-06-30 17:18:59 -07:00
trust.go api,daemon: cleanup some unused stuff 2016-06-21 14:15:19 -07:00
trust_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
utils.go fix some typos 2016-06-21 15:29:25 +08:00