/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:
Olle Jonsson
2015-11-14 22:21:45 +01:00
committed by Vincent Demeester
parent 6acf716496
commit 3e0bec1370
8 changed files with 16 additions and 0 deletions
@@ -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:",