Skip to content

dsdk / v1.47 / containerTop

Function: containerTop() ​

containerTop(opts): Promise<ContainerTopResponse>

List processes running inside a container

On Unix systems, this is done by running the ps command. This endpoint is not supported on Windows.

Parameters ​

ParameterType

opts

ExtendedOptions<ContainerTopData>

Returns ​

Promise<ContainerTopResponse>