Function: stopContainer()
stopContainer(
engineId
,id
):Promise
<void
>
Stop an existing container
Parameters
• engineId: string
the id of the engine managing the container, obtained from the result of containerEngine.listContainers
• id: string
the id of the container on this engine, obtained from the result of containerEngine.listContainers or as the result of containerEngine.createContainer
Returns
Promise
<void
>