Docker has released Cloud Sandboxes, which are secure, hosted execution environments designed for running AI coding agents on Docker-managed infrastructure. These new sandboxes build upon the existing Docker Sandboxes, which previously offered local microVM environments for autonomous agent operations.
The introduction of Cloud Sandboxes responds to the increasing demand for persistent and scalable execution environments beyond local machines. Developers are now running multiple long-horizon tasks in parallel, requiring infrastructure that can support tasks lasting hours without interruption, unlike a laptop's limitations.
Cloud Sandboxes provide a consistent execution environment and unified CLI workflows, allowing developers to seamlessly move workloads between local and cloud. This enables tasks to run for extended periods or in parallel across numerous isolated cloud sandboxes.
A key feature is the ability to move a sandbox between local and cloud execution using a single command, such as "$ sbx move my-project --to cloud". This command captures the sandbox's filesystem and recreates it in the new environment, ensuring work continuity. This allows developers to start tasks locally and transfer them to the cloud for more resources or to continue running unattended.
Alongside Cloud Sandboxes, Docker has updated its Kits, which are pre-configured sandboxes. In the latest Kits v3 specification, Kits are no longer separate artifacts but are packaged as standard OCI images. This change allows them to be used like any other Docker image, supporting standard build and pull operations, and serving as a base for creating more complex Kits.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Docker has launched Cloud Sandboxes, providing hosted execution environments for AI coding agents on Docker infrastructure, extending the existing local Sandbox functionality. This allows developers to move workloads between local machines and the cloud using unified CLI commands, addressing the need for persistent and scalable environments for long-running tasks.