Function: createContainer()
createContainer(
engineId
,containerCreateOptions
):Promise
<ContainerCreateResult
>
Create a new container on a specific container engine
Parameters
• engineId: string
the id of the engine on which to create the container, obtained from the result of containerEngine.listContainers
• containerCreateOptions: ContainerCreateOptions
the details of the container to create
Returns
Promise
<ContainerCreateResult
>
A promise resolving to the information on the created container