Is it possible to deploy a container to a Digital Ocean Function? This is possible with an AWS Lambda, it would be great if this was also possible with Functions.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @josephburchettmantaray,
I believe that this is not possible for the time being.
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
In the meantime, alternatively, what you could do is to deploy your code as a web service on the App Platform rather than a serverless function. That way you can use either a Dockerfile or a Docker image.
Hope that helps!
- Bobby.