Function: inspectContainer()
inspectContainer(
engineId
,id
):Promise
<ContainerInspectInfo
>
Get the complete low-level information about a specific container.
Parameters
• engineId: string
the id of the engine managing the container, obtained from the result of containerEngine.listContainers
• id: string
the id or name of the container on this engine, obtained from the result of containerEngine.listContainers or as the result of containerEngine.createContainer
Returns
Promise
<ContainerInspectInfo
>
A promise resolving to a structure containing the container information