Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix component information alignment #1065

Merged
merged 1 commit into from
May 18, 2018

Commits on May 18, 2018

  1. 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>
    thaJeztah committed May 18, 2018
    Configuration menu
    Copy the full SHA
    26d8122 View commit details
    Browse the repository at this point in the history