am i reading this correctly that

am i reading this correctly that containers still require you to run a node cf worker and route requests to the container? I was hoping I could just deploy a docker image without any worker glue sitting in front
2 Replies
Mike Nomitch
Mike Nomitch2mo ago
Hey yeah this is correct. We'll likely add the ability to just ship with this being transparent, but right now does use the Worker. These are built to be super fast (their original use case was sitting in front of CDN requests) and run in every CF location, so I wouldnt worry about any performance issues here FWIW.
raf
rafOP2mo ago
thanks for the response! Makes sense

Did you find this page helpful?