mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[Dockerode] Add Platform property to ContainerInspectInfo (#44554)
* Add Platform property to ContainerInspectInfo * make Platform required
This commit is contained in:
parent
a58c3eb6fc
commit
57ddb3dd13
1
types/dockerode/index.d.ts
vendored
1
types/dockerode/index.d.ts
vendored
@ -475,6 +475,7 @@ declare namespace Dockerode {
|
||||
Name: string;
|
||||
RestartCount: number;
|
||||
Driver: string;
|
||||
Platform: string;
|
||||
MountLabel: string;
|
||||
ProcessLabel: string;
|
||||
AppArmorProfile: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user