Interface NetworkDisconnectRequest

NetworkDisconnectRequest

interface NetworkDisconnectRequest {
    Container?: string;
    EndpointConfig?: EndpointSettings;
}

Properties

Container?: string

The ID or name of the container to connect to the network.

EndpointConfig?: EndpointSettings