mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #17478 from vdemeester/pr-13921
Carry#13921 : Expand /info: Expose OSType (GOOS), Architecture (GOARCH)
This commit is contained in:
commit
104dab87ea
12 changed files with 135 additions and 0 deletions
|
@ -19,6 +19,8 @@ func (s *DockerSuite) TestInfoEnsureSucceeds(c *check.C) {
|
|||
"Containers:",
|
||||
"Images:",
|
||||
"Execution Driver:",
|
||||
"OSType:",
|
||||
"Architecture:",
|
||||
"Logging Driver:",
|
||||
"Operating System:",
|
||||
"CPUs:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue