Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information