Merge pull request #15029 from azurezk/add-version-info

Add docker version info in /info request
This commit is contained in:
Alexandre Beslic
2015-09-21 11:44:11 -07:00
8 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ func (s *DockerSuite) TestInfoApi(c *check.C) {
"NCPU",
"MemTotal",
"KernelVersion",
"Driver"}
"Driver",
"ServerVersion"}
out := string(body)
for _, linePrefix := range stringsToCheck {