interface ContainerState {
    Image: string;
    NetworkSettings: {
        IPAddress: string;
    };
    State: {
        Running: boolean;
    };
}

Properties

Image: string
NetworkSettings: {
    IPAddress: string;
}

Type declaration

  • IPAddress: string
State: {
    Running: boolean;
}

Type declaration

  • Running: boolean

Generated using TypeDoc