python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why can't AKS pull the image from ACR?
I have an AKS cluster and an ACR registry in Azure. The cluster contains several Windows nodes where a WindowsServerCore based service is deployed. The image is in ACR, but for some reason I can't get...
Toni Miguel López
Votes: 0
Answers: 1
How to use containerd to import images to azure container register
I currently use kubectl ctr to import my image files into the containerd registry for my local vm k3s setup.
sudo /usr/local/bin/k3s ctr image import file.image
However, i am now trying to use azure ...
Igbe Chukwudi
Votes: 0
Answers: 1
Azure App Service using Windows Containers fails to start
I've created a Azure App Service using a custom Docker Image for Windows Containers. The image runs completely fine on my Windows machine using Docker Desktop.
However, the Azure container keeps resta...
nvm-uli
Votes: 0
Answers: 2
"ACI integration does not support labels in compose applications" but I don't specify any Service labels
So I'm trying to deploy a composed set of images, (one is local and is being built the other is being pulled in from a container registry I control) to a docker container instance on Azure.
I login to...
Josh Bell
Votes: 0
Answers: 1