You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
When I publish the .NET Core project as a container to Azure Container Registry after building and adding tags to the docker container. From that point, I go to the Container Registry and create an instance.
After deploying to a linux container instance., it seems that it constantly, pulls, creates, pulled and restarts it all over again.
This seems to constantly do often even though I just deploy a dummy .NET Core Api App.
Here is what I do:
I deploy by running a docker-compose, tag the image and publish it through VS2017.
I go to the Container Registry in Azure portal and deploy the image as a Linux Instance
I expect it to run but it just constantly resets and tries again. I also tried to set the policy to restart if any failures occur, but it does not restart
The text was updated successfully, but these errors were encountered:
Solved the problem, just had to run docker-compose in commandline.
Just a few more questions, running ac container create command with seems to not start the container instance and just stops (it seems that it is running, but when browsing into the container, it seems that I get a timeout)
When I publish the .NET Core project as a container to Azure Container Registry after building and adding tags to the docker container. From that point, I go to the Container Registry and create an instance.
After deploying to a linux container instance., it seems that it constantly, pulls, creates, pulled and restarts it all over again.
This seems to constantly do often even though I just deploy a dummy .NET Core Api App.
Here is what I do:
The text was updated successfully, but these errors were encountered: