mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
Merge pull request #15029 from azurezk/add-version-info
Add docker version info in /info request
This commit is contained in:
@@ -25,7 +25,8 @@ func (s *DockerSuite) TestInfoApi(c *check.C) {
|
||||
"NCPU",
|
||||
"MemTotal",
|
||||
"KernelVersion",
|
||||
"Driver"}
|
||||
"Driver",
|
||||
"ServerVersion"}
|
||||
|
||||
out := string(body)
|
||||
for _, linePrefix := range stringsToCheck {
|
||||
|
||||
Reference in New Issue
Block a user