mirror of https://github.com/docker/cli.git
Add pkg/parsers/architecture and pkg/platform
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
1de6fda301
commit
8ab8a0f3c5
|
@ -32,7 +32,7 @@ For example:
|
||||||
Logging Driver: json-file
|
Logging Driver: json-file
|
||||||
Kernel Version: 3.19.0-22-generic
|
Kernel Version: 3.19.0-22-generic
|
||||||
OSType: linux
|
OSType: linux
|
||||||
Architecture: amd64
|
Architecture: x86_64
|
||||||
Operating System: Ubuntu 15.04
|
Operating System: Ubuntu 15.04
|
||||||
CPUs: 24
|
CPUs: 24
|
||||||
Total Memory: 62.86 GiB
|
Total Memory: 62.86 GiB
|
||||||
|
|
|
@ -45,7 +45,7 @@ Here is a sample output:
|
||||||
Kernel Version: 3.13.0-24-generic
|
Kernel Version: 3.13.0-24-generic
|
||||||
Operating System: Ubuntu 14.04 LTS
|
Operating System: Ubuntu 14.04 LTS
|
||||||
OSType: linux
|
OSType: linux
|
||||||
Architecture: amd64
|
Architecture: x86_64
|
||||||
CPUs: 1
|
CPUs: 1
|
||||||
Total Memory: 2 GiB
|
Total Memory: 2 GiB
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue