Interface NetworkConnectRequest

NetworkConnectRequest

interface NetworkConnectRequest {
    Container?: string;
    Force?: boolean;
}

Properties

Properties

Container?: string

The ID or name of the container to disconnect from the network.

Force?: boolean

Force the container to disconnect from the network.