Skip to content

dsdk / v1.47 / ContainerAttachData

Type Alias: ContainerAttachData ​

ContainerAttachData: object

Type declaration ​

NameTypeDescription
pathobject-
path.idstringID or name of the container
query?object-
query.detachKeys?stringOverride 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?booleanReplay previous logs from the container. This is useful for attaching to a container that has started and you want to output everything since the container started. If stream is also enabled, once all the previous output has been returned, it will seamlessly transition into streaming current output.
query.stderr?booleanAttach to stderr
query.stdin?booleanAttach to stdin
query.stdout?booleanAttach to stdout
query.stream?booleanStream attached streams from the time the request was made onwards.