DockerCLI/cli/command/node
Sebastiaan van Stijn e888dd711f
Add Engine version to docker node ls
This adds the Engine version to `docker node ls`, and `.EngineVersion` as a
template option.

With this patch applied:

    docker node ls
    ID                            HOSTNAME                STATUS              AVAILABILITY        MANAGER STATUS      ENGINE VERSION
    wp9231itoqsh4rqceojqo01vp *   linuxkit-025000000001   Ready               Active              Leader              18.01.0-ce

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-02-17 02:58:05 +01:00
..
testdata Add Engine version to docker node ls 2018-02-17 02:58:05 +01:00
client_test.go cli: gofmt + goimports 2017-05-08 10:51:30 -07:00
cmd.go Error out on orchestrator command that don't support k8s yet 2017-12-26 11:46:59 +01:00
demote.go Update imports. 2017-04-17 18:07:56 -04:00
demote_test.go Use new internal testutil.ErrorContains() 2017-08-22 10:14:25 -04:00
inspect.go Update imports. 2017-04-17 18:07:56 -04:00
inspect_test.go Use new internal testutil.ErrorContains() 2017-08-22 10:14:25 -04:00
list.go Sort swarm stacks and nodes using natural sorting 2017-07-13 14:33:02 +03:00
list_test.go Add Engine version to docker node ls 2018-02-17 02:58:05 +01:00
opts.go Add unused linter. 2017-06-14 16:54:27 -07:00
promote.go Update imports. 2017-04-17 18:07:56 -04:00
promote_test.go Use new internal testutil.ErrorContains() 2017-08-22 10:14:25 -04:00
ps.go Remove duplication in task formatting. 2017-07-05 13:40:47 -04:00
ps_test.go Move internal/test package out of cli. 2017-08-22 10:14:25 -04:00
remove.go Update imports. 2017-04-17 18:07:56 -04:00
remove_test.go Use new internal testutil.ErrorContains() 2017-08-22 10:14:25 -04:00
update.go Update vendoring of docker/docker 2017-06-06 00:23:21 +02:00
update_test.go Use new internal testutil.ErrorContains() 2017-08-22 10:14:25 -04:00