Docker Compose Deploy Image Cannot Be Empty

Matthew Miller 1 Reputation point
2022-06-21T02:39:20.39+00:00

I am attempting to deploy a Docker compose application while following this tutorial: https://docs.docker.com/cloud/aci-integration/. I am getting the error below. I cannot find any information on Google or this forum.

docker compose --project-name trtqa up

[+] Running 0/1

  • Group trtqa Error 3.7s
    containerinstance.ContainerGroupsClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="InvalidContainerImage" Message="The image cannot be empty for container 'web' in container group 'trtqa'."

Help appreciated.

Thank you,
Matthew

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

2 answers

Sort by: Most helpful
  1. Manu Philip 19,351 Reputation points MVP
    2022-06-21T03:47:55.067+00:00

    Are you able to see the image in registry? Check the image actually exists in the registry. For acr, az acr repository list --name mycontainerregistry082 --output table

    0 comments No comments

  2. Matthew Miller 1 Reputation point
    2022-06-21T04:41:07.517+00:00

    I was not planning on using a container registry (at least while getting started). This article looks like its not needed? https://docs.docker.com/cloud/aci-integration/


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.