You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
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):
Description
docker compose up
anddocker compose down
. Following were the issues that we faced while using the ACI Context:docker compose up --scale
)az container stop
)Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker-compose --version
:Output of
docker version
:The text was updated successfully, but these errors were encountered: