dsdk / v1.47 / ContainerRestartData
Type Alias: ContainerRestartData ​
ContainerRestartData:
object
Type declaration ​
Name | Type | Description |
---|---|---|
path | object | - |
path.id | string | ID or name of the container |
query ? | object | - |
query.signal ? | string | Signal to send to the container as an integer or string (e.g. SIGINT ). |
query.t ? | number | Number of seconds to wait before killing the container |