Function: startContainer()
startContainer(
engineId,id):Promise<void>
Start 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 or name of the container on this engine, obtained from the result of containerEngine.listContainers or as the result of containerEngine.createContainer
Returns
Promise<void>