How to overcome the retirement of Docker Compose integration for Azure Container Instances?

Christiaan Neijens 26 Reputation points
2024-01-19T10:47:38.4433333+00:00

I'm trying to deploy a multiple docker container application called CVAT to ACI using docker compose, I followed the tutorial on microsoft https://video2.skills-academy.com/en-us/azure/container-instances/tutorial-docker-compose. But i receive the message that the integration has been retired when using the command "docker context use myacicontext" "Docker Compose’s integration for ECS and ACI is retiring in November 2023." what's going on and why hasn't the tutorial been updated? And more importantly, how do i overcome this? thanks

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
670 questions
{count} vote

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 18,747 Reputation points Microsoft Employee
    2024-01-19T15:30:03.67+00:00

    @Christiaan Neijens I found the GitHub thread on this issue and one of the alternatives suggested there is to deploy the app following this tutorial- https://video2.skills-academy.com/en-us/azure/container-instances/container-instances-tutorial-deploy-app

    Refer: https://github.com/docker/compose-cli/issues/2258#issuecomment-1692137211

    Stack overflow post on the same: https://stackoverflow.com/a/77052217/7452904

    I will check with the internal team for the update required on this tutorial that you followed : [ https://video2.skills-academy.com/en-us/azure/container-instances/tutorial-docker-compose.]