[Dockerode] Add Platform property to ContainerInspectInfo (#44554)

* Add Platform property to ContainerInspectInfo

* make Platform required
This commit is contained in:
Ravikumar Palanisamy 2020-05-19 10:43:33 -07:00 committed by GitHub
parent a58c3eb6fc
commit 57ddb3dd13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,6 +475,7 @@ declare namespace Dockerode {
Name: string;
RestartCount: number;
Driver: string;
Platform: string;
MountLabel: string;
ProcessLabel: string;
AppArmorProfile: string;