ContainerAttachResponse interface
The information for the output stream from container attach.
Properties
password | The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri. |
web |
The uri for the output stream from the attach. |
Property Details
password
The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri.
password?: string
Property Value
string
webSocketUri
The uri for the output stream from the attach.
webSocketUri?: string
Property Value
string