multi-container unit was not started successfully while trying to run docker-compose

Tom Jones 6 Reputation points
2020-12-08T22:23:48.923+00:00

What is the right way ot get full logs and understand root cause of "multi-container unit was not started successfully"?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
645 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
    2021-02-24T02:10:49.053+00:00

    My apologies for taking so long to get to this issue, the tagging was not correct and was not changed properly, so it took a long time to get where it needed.

    If you are using Azure Container Instances, your best bet is to first use 'az container show' to view the statuses of the individual containers. This will give you a status output of your containers, and usually give the reason that they are not working properly.

    Next you can follow This Doc about gathering errors / logs in container services to see what is going on.

    0 comments No comments