Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Limited Docker CLI functionality in Azure Context (ACI) #2210

@tasdevani21

Description

@tasdevani21

Description

  • The Docker Azure integration with Azure Container Instances provided limited ability to use docker compose to deploy multi container applications. We needed to run multi-container applications and decided to use docker compose.
  • Azure Context was used to execute docker commands with Azure Container Instances. However, the only Docker Compose commands currently available in an ACI context are docker compose up and docker compose down. Following were the issues that we faced while using the ACI Context:
    • Docker ACI integration provided no ability to scale services (Equivalent of docker compose up --scale)
      • We needed to run several containers with the same configuration, and although this can be accomplished with the --scale docker compose option, the Docker Azure Integration did not provide this.
    • Service Credential Configuration
      • There was no ability to specify private container registry credentials
    • No ability to stop the containers without destroying the resources (Equivalent of az container stop)

Additional information you deem important (e.g. issue happens only occasionally):

Output of docker-compose --version:

docker-compose version 1.29.2, build 5becea4c

Output of docker version:

Server: Docker Desktop 4.11.1 (84025)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tasdevani21

        Issue actions

          Limited Docker CLI functionality in Azure Context (ACI) · Issue #2210 · docker-archive/compose-cli