/info: Add keys Architecture, OSType
- introduces Swarm-relevant keys, see #13634 - docs updated Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com> Upstream-commit: 4e8fcd40028ed09b139b6f86954e676a1839be9c Component: engine
This commit is contained in:
committed by
Vincent Demeester
parent
6acf716496
commit
3e0bec1370
@@ -23,6 +23,8 @@ func (s *DockerSuite) TestInfoApi(c *check.C) {
|
||||
"LoggingDriver",
|
||||
"OperatingSystem",
|
||||
"NCPU",
|
||||
"OSType",
|
||||
"Architecture",
|
||||
"MemTotal",
|
||||
"KernelVersion",
|
||||
"Driver",
|
||||
|
||||
@@ -19,6 +19,8 @@ func (s *DockerSuite) TestInfoEnsureSucceeds(c *check.C) {
|
||||
"Containers:",
|
||||
"Images:",
|
||||
"Execution Driver:",
|
||||
"OSType:",
|
||||
"Architecture:",
|
||||
"Logging Driver:",
|
||||
"Operating System:",
|
||||
"CPUs:",
|
||||
|
||||
Reference in New Issue
Block a user