Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 573 Bytes

cognitive-services-containers-run-multiple-same-host.md

File metadata and controls

13 lines (10 loc) · 573 Bytes
author ms.author ms.date ms.service ms.topic
IEvangelist
dapine
06/25/2019
cognitive-services
include

Run multiple containers on the same host

If you intend to run multiple containers with exposed ports, make sure to run each container with a different exposed port. For example, run the first container on port 5000 and the second container on port 5001.

You can have this container and a different Azure Cognitive Services container running on the HOST together. You also can have multiple containers of the same Cognitive Services container running.