NavigationContentFooter
Jump toSuggest an edit

I am unable to deploy my image

Reviewed on 07 November 2024Published on 07 November 2024

Problem

I am unable to deploy my image using Serverless Containers.

Possible solutions

  • Make sure the container is listening on the specified PORT for HTTP requests (or use variable $PORT).

  • Make sure the container is bound to 0.0.0.0.

  • Containers cannot start due to insufficient provisioned resources. Update your container’s resources by provisioning more memory and more vCPU.

  • Make sure you have built your image for an amd64 architecture, as arm64 is not supported. See the Architecture documentation for more information.

  • Make sure your deployment does not exceed the limitations of Serverless Containers.

    Tip

    Run the docker inspect command to get detailed information on your image:

    docker inspect myimage
Was this page helpful?
API DocsScaleway consoleDedibox consoleScaleway LearningScaleway.comPricingBlogCareers
© 2023-2024 – Scaleway