I am using following commands: but it is failing with following image. Please suggest how to fix this
az container create --resource-group $(zapACIGroupName) --name $(zapACIName)
--image owasp/zap2docker-stable --ports 8080 8090
--azure-file-volume-account-name $(zapACIStoreName)
--azure-file-volume-account-key $(createSA.aciStoreKey)
--azure-file-volume-share-name $(zapACIShareName)
--azure-file-volume-mount-path /zap/wrk/
--command-line "/bin/bash -c 'zap-baseline.py -t https://$(webAppNameDev).azurewebsites.net -x $(zapReportName)'"
ERROR:
ERROR: (InaccessibleImage) The image 'owasp/zap2docker-weekly:latest' in container group 'ausemart-zap01-aci' is not accessible. Please check the image and registry credential.
Code: InaccessibleImage
Message: The image 'owasp/zap2docker-weekly:latest' in container group 'ausemart-zap01-aci' is not accessible. Please check the image and registry credential.