My container is in an error state
Problem
My container is in an error state.
Cause
There are several factors that can put Serverless Containers in an error state:
- Your container image does not work properly
- Your container image does not contain a webserver
- Your deployment exceeds the Serverless Containers limitations
Possible solutions
-
Try to build and run your image locally using Docker.
-
Make sure your image embarks a webserver (nginx, Apache, Alpine, etc.) that can process HTTP requests.
-
Make sure your deployment does not exceed the Serverless Containers limitations.
Going further
Refer to the following troubleshooting pages for other solutions:
Still need help?Create a support ticket