Depending what it is, I'd probably say opening an issue on <https://github.com/cloudflare/containers
Depending what it is, I'd probably say opening an issue on https://github.com/cloudflare/containers/issues as the best way to get it to the team

Failed to start container: The container is not running, consider calling start()HOST_PORT I'm using rancher desktop. And my docker file builds correctly and is usable on its own. But when running wrangler dev then hitting the endpoint I see the container start up in rancher, but the HOST_PORT is not what I would expect it to be. I'm assuming that's why I can't connect when using the local worker. I really appreciate any insight y'all may have.
Image already exists remotely, skipping push. If you delete the image from Docker Desktop and run deploy you will run into the same error. This explains why it always fails in ci.fetch), and worker B uses a container. It used to work (last tested about a week ago), but as of yesterday it doesn't seem to work at all. Worker A makes the fetch request and it just gets stuck.fetch("https://worker-b.account.workers.dev/process/video" it works fine).wrangler tail show any logs?Checking for local image flexstore:6601d7c5 failed with error: Cannot read properties of undefined (reading 'split'). If I delete the containers app in the Dashboard, I can deploy again

sleepAfter variables according to env variables? For example, I want my container to stop after an hour in dev but never shutdown in prod.[[env.production.containers]]
max_instances = 10
class_name = "ForumFullscanContainer"
image = "./containers/forum-fullscan/ForumFullscanDockerfile.dockerfile"
[[env.production.durable_objects.bindings]]
name = "FORUM_FULLSCAN_CONTAINER"
class_name = "ForumFullscanContainer"--- 2025-08-22T00:33:52.056Z debug
Checking for local image registry.cloudflare.com/<account-id>/rust-task-container-staging:90ba2969 failed with error: Expected there to only be 1 valid digests for this repository: registry.cloudflare.com/<account-id>/rust-task-container-staging but there were 0
---
--- 2025-08-22T00:34:28.883Z log
---
--- 2025-08-22T00:34:28.934Z error
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mError rolling out application rust-task-container-staging due to an internal error (request id: undefined): Internal Server Error[0m
---
--- 2025-08-22T00:34:28.935Z debug
Error: Error rolling out application rust-task-container-staging due to an internal error (request id: undefined): Internal Server Error
at apply (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:64300:17)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async deployContainers (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:64435:5)
at async deploy (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:152882:5)
at async Object.handler (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:80948:66)
at async Object.handler (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:77880:7)
---npx wrangler@latest containers images list
⛅️ wrangler 4.22.0
───────────────────
Error listing images: ApiError: The image registry does not exist