dockerode: Added State field to ContainerInfo object

This commit is contained in:
Chase Cummings
2017-02-10 12:10:20 -08:00
committed by GitHub
parent c1196db216
commit f757913724

View File

@@ -184,6 +184,7 @@ declare namespace Dockerode {
Created: number;
Ports: Port[];
Labels: { [label: string]: string };
State: string;
Status: string;
HostConfig: {
NetworkMode: string;
@@ -640,4 +641,4 @@ declare class Dockerode {
modem: any;
}
export = Dockerode;
export = Dockerode;