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> |
||
---|---|---|
.. | ||
bundlefile_with_two_services.dab | ||
stack-list-sort-natural.golden | ||
stack-list-sort.golden | ||
stack-list-with-format.golden | ||
stack-list-without-format.golden | ||
stack-ps-with-config-format.golden | ||
stack-ps-with-format.golden | ||
stack-ps-with-no-resolve-option.golden | ||
stack-ps-with-no-trunc-option.golden | ||
stack-ps-with-quiet-option.golden | ||
stack-ps-without-format.golden | ||
stack-services-with-config-format.golden | ||
stack-services-with-format.golden | ||
stack-services-with-quiet-option.golden | ||
stack-services-without-format.golden |