Merge pull request #27992 from Microsoft/jjh/minapitoinfo

Adds `MinAPIVersion` to docker version
This commit is contained in:
Victor Vieux 2016-11-08 15:49:33 -08:00 committed by GitHub
commit 086c47f5ee
1 changed files with 8 additions and 7 deletions

View File

@ -25,6 +25,7 @@ var versionTemplate = `Client:
Server:
Version: {{.Server.Version}}
API version: {{.Server.APIVersion}}
Minimum API version: {{.Server.MinAPIVersion}}
Go version: {{.Server.GoVersion}}
Git commit: {{.Server.GitCommit}}
Built: {{.Server.BuildTime}}