Running public & private images on azure web service authentication issue
问题 When running a mixture of private container registry images from the azure container registry and also a public image from docker.io "docker:latest" but am getting an authentication issue on the docker.io Docker compose file image: docker:latest the issue is I only have the option to log in to one of them on the azure portal, is there a way to login into both ? or am I meant to create a new docker file in the development project which will pull and store the image on my azure container