dsdk / v1.47 / ContainerAttachWebsocketData
Type Alias: ContainerAttachWebsocketData ​
ContainerAttachWebsocketData:
object
Type declaration ​
| Name | Type | Description |
|---|---|---|
path | object | - |
path.id | string | ID or name of the container |
query? | object | - |
query.detachKeys? | string | Override the key sequence for detaching a container.Format is a single character [a-Z] or ctrl-<value> where <value> is one of: a-z, @, ^, [, ,, or _. |
query.logs? | boolean | Return logs |
query.stderr? | boolean | Attach to stderr |
query.stdin? | boolean | Attach to stdin |
query.stdout? | boolean | Attach to stdout |
query.stream? | boolean | Return stream |