Share via

Deploying a Linux ACI with docker compose context

Sreeja Sridhar Ch 105 Reputation points
2023-02-06T10:59:22.3933333+00:00

https://learn.microsoft.com/en-us/answers/questions/929171/basics-of-running-a-docker-container-on-azure

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

Your answer

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