Software Engineering

Containers - Use Docker Hub images with Containers

Cloudflare Developer Platform Changelog · 2026-03-24

Containers now support Docker Hub images. You can use a fully qualified Docker Hub image reference in your Wrangler configuration instead of first pushing the image to Cloudflare Registry. wrangler.jsonc { " containers " : [ { // Example: docker.io/cloudflare/sandbox:0.7.18 " image " : "docker.io/NAMESPACE/REPOSITOR...

Feedback