mirror of https://github.com/docker/cli.git
1333b49194
This commit changes the order stacks and nodes are displayed. For example, running "docker stack ls" is expected to display the following list: NAME SERVICES service-1 1 service-2 1 service-10 1 However, currently this is what is printed: NAME SERVICES service-1 1 service-10 1 service-2 1 To fix this, "docker stack ls" and "docker node ls" are using natural sorting to make it more human readable. Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com> |
||
---|---|---|
.. | ||
testdata | ||
client_test.go | ||
cmd.go | ||
common.go | ||
deploy.go | ||
deploy_bundlefile.go | ||
deploy_composefile.go | ||
deploy_composefile_test.go | ||
deploy_test.go | ||
list.go | ||
list_test.go | ||
opts.go | ||
opts_test.go | ||
ps.go | ||
ps_test.go | ||
remove.go | ||
remove_test.go | ||
services.go | ||
services_test.go |