An Azure service that provides customers with a serverless container experience.
Deploying a Linux ACI with docker compose context
Sreeja Sridhar Ch
105
Reputation points
I am facing similar issue while using context to create a ACI using docker compose
containerinstance.ContainerGroupsClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="MoreImageRegistryCredentialsThanContainers" Message="More image registry credentials provided than containers in container group 'azure'."
This is my docker compose file:(partial)
services:
pentahoserver:
image: pentahopan.azurecr.io/pentaho/pentaho-server:9.5.0.0-SNAPSHOT
build:
context: "./"
hostname: pentahoserver
ports:
- "8081:8081"
Azure Container Instances
Azure Container Instances
Sign in to answer