Running on an Azure Container Instance continuously restarts. #246
Unanswered
codeblazar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried a few methods to get the docker image running in an Azure Container Instance. All have failed, but I am unsure why as I cannot locate an error message. My latest attempt was to use the azure CLI. The command was
az container create -g rg-xxx --name c-xxx --image flowiseai/flowise:latest --ip-address public --ports 3000
. The container was created, but after a few minutes the restart count had again exceeded 50.Is the project docker container somehow incompatible with Azure Container Instances?
az container logs don't give many hints ...
Beta Was this translation helpful? Give feedback.
All reactions