DockerCLI/vendor
Boaz Shuster 1333b49194 Sort swarm stacks and nodes using natural sorting
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>
2017-07-13 14:33:02 +03:00
..
github.com Revendor dependencies 2017-07-10 10:56:42 -07:00
golang.org/x Revendor dependencies 2017-07-10 10:56:42 -07:00
google.golang.org/grpc vendor: update moby 2017-06-23 11:34:22 -07:00
gopkg.in/yaml.v2 Add vendor 2017-04-17 18:12:58 -04:00
vbom.ml/util Sort swarm stacks and nodes using natural sorting 2017-07-13 14:33:02 +03:00