Creating docker containers in render web service

I want to create a web service on docker that runs nodejs server and i want this server to create containers to run code coming from request and return the output as a response so for examole i am using a docker image from dickerhub to compile cpp code using docker container. the problem is that it looks. like render prevents creating docker containers on the run. can i do it on render or it really prevents it

Hi,

I’m not 100% clear on what you’re trying to achieve here.

You wouldn’t be able to initialize standalone Docker containers with Render directly.

You could provision a new Render service from a Dockerfile via the API. Or run one-off jobs against an existing services codebase.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.