DockerCLI/cli/command/system
Sebastiaan van Stijn 26d8122594
Fix component information alignment
The `docker version` output now uses a tabwriter, so use single
tabs to print the output.

Before this change:

    Server:
     Engine:
      Version:      18.05.0-ce
      API version:  1.37 (minimum version 1.12)
      Go version:   go1.10.1
      Git commit:   f150324
      Built:        Wed May  9 22:20:16 2018
      OS/Arch:      linux/amd64
      Experimental: true
     Kubernetes:
      Version:     v1.9.6
      StackAPI:                   v1beta2

After this change:

    Server:
     Engine:
      Version:      18.05.0-ce
      API version:  1.37 (minimum version 1.12)
      Go version:   go1.10.1
      Git commit:   f150324
      Built:        Wed May  9 22:20:16 2018
      OS/Arch:      linux/amd64
      Experimental: true
     Kubernetes:
      Version:     v1.9.6
      StackAPI:    v1beta2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-05-18 14:46:23 +02:00
..
testdata Include whether the managers in the swarm are autolocked as part of `docker info`. 2017-08-25 16:33:46 -07:00
client_test.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
cmd.go Update gometalinter 2017-10-26 12:21:02 -04:00
df.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
events.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
info.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
info_test.go Post migration fixes 2018-03-05 19:41:17 -05:00
inspect.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
prune.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
prune_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
version.go Fix component information alignment 2018-05-18 14:46:23 +02:00
version_test.go Support 'all' in orchestrator flag for docker stack ls 2018-05-15 15:38:41 +02:00