Azure Container Instance keeps on restarting without being completed or terminated

Viewed 28

Created a Docker Container image with python. Pushed the image to Azure Container Registry and ran it using Azure Container Instance.

When I ran the Azure Container Instance it keeps on restarted and never completes.

When I ran the same image locally it got completed.

Below image explains that the container image is automatically pulled and started.

enter image description here

Restart Policy is set to Always OFF.

It shows no error but automatically starts pulling and starting again and again endlessly.

0 Answers
Related