
Docker has introduced Cloud Sandboxes, a new way to run AI coding agents in secure, hosted execution environments that can move between a laptop and Docker-managed cloud infrastructure. The company says the goal is a consistent sandbox abstraction across local and remote execution, so developers can start work on a machine and shift it to the cloud when tasks become long-running or need more resources.
Docker Cloud Sandboxes extend the local sandbox model
Cloud Sandboxes build on Docker Sandboxes, which Docker introduced earlier this year as local microVM environments for autonomous coding agents. The new version keeps the same isolation model but adds hosted execution on Docker infrastructure, giving teams a path beyond the limits of a single laptop.
Docker framed the product around a shift in how agents are used. In short bursts, the challenge was whether a model could keep a task coherent. Now, according to Docker, agents are increasingly being run for hours at a time and in parallel, which creates a need for persistent and scalable execution environments. A laptop, the company notes, is designed around a person: it sleeps when the lid closes, slows down on battery, and disconnects when it moves.
By moving sandboxes into the cloud, Docker is aiming to let developers run many concurrent tasks without keeping them under manual supervision. The company says Cloud Sandboxes make it possible to “run a dozen agents at once, for five, ten, or 21 hours each, without watching any of them.”
One command moves work between local and cloud
A central promise of the new system is portability. Docker says Cloud Sandboxes use the same isolation model as local Docker Sandboxes and are managed through the same CLI, which means developers can move work between their laptop and the cloud with a single command.
The example Docker gave is:
$ sbx move my-project --to cloudAccording to the company, the command “captures the sandbox’s filesystem and recreates it on the other side, so your work carries over.” That allows a task to begin locally and then be shifted to Docker infrastructure if it needs more compute or longer uptime. The reverse is also possible, so a developer can hand off a task to the cloud before stepping away from the keyboard.
That workflow is likely to be the most practical part of the announcement for many teams. Instead of treating local and remote sandboxes as separate tools, Docker is presenting them as two execution locations for the same environment. For developers running multiple agents or long-lived jobs, that consistency could reduce friction when tasks need to be paused, resumed, or scaled out.
Docker Cloud Sandboxes are designed for parallel agent workloads
Docker is also emphasizing parallelism. One of the use cases it highlights is distributing workloads across dozens of isolated cloud sandboxes, with each task running separately. That fits a broader trend in AI-assisted development, where teams are experimenting with agentic workflows that can keep many code-related tasks in flight at once.
The cloud side of the product appears intended to support those longer, heavier tasks that outgrow a local machine. Docker says the new environments are secure, hosted execution environments built on hardware-enforced microVM isolation. That approach keeps each sandbox separated at a low level while still giving developers a familiar Docker-managed workflow.
For teams already using Docker Sandboxes locally, the value proposition is clear: keep the same operational model, but remove the machine-bound limitations that make long-running or large-scale agent workloads harder to manage.
Kits v3 move to OCI images
Alongside Cloud Sandboxes, Docker is releasing several kits. These are pre-configured, pre-built sandboxes defined according to the Docker Sandbox Kit Specification. In the latest Kits v3 specification, Docker says kits are no longer treated as a separate artifact and are instead packaged as standard OCI images.
That change makes kits behave more like ordinary Docker images. They can be built and pulled like other images, and they can also serve as a foundation for more complex kits. For users, the practical result is a simpler packaging model and a clearer fit with existing container workflows.
This is an important detail because it suggests Docker is trying to align the sandbox experience more closely with the rest of its ecosystem. Rather than inventing a parallel format that requires special handling, the company is bringing sandbox definitions into the same image-based model developers already know.
Early reactions point to both interest and caution
The announcement drew a mix of enthusiasm and skepticism from the developer community. Deutsche Bank lead DevOps engineer Florin Lungu said he finds it “interesting that this innovation allows for safe, autonomous coding in microVM environments, enhancing flexibility in our workflows.”
Other comments focused on the limits of sandboxing as a security boundary. Reddit user CircumspectCapybara argued that sandboxing addresses only part of the problem, since useful agent workloads will still need access to external services. They pointed to tools, libraries, and artifacts that agents may need to fetch from places such as PyPI, Docker Hub, or Hugging Face.
That concern matters because connectivity can create risk even when the agent itself remains confined inside a sandbox. As the comment noted, agents may be able to interact with a narrow set of approved services and still cause problems through those channels. In that sense, sandboxing can reduce exposure without eliminating it.
Hacker News user ongedierte raised a similar point, arguing that traditional sandboxes may not be the right abstraction for these systems. The comment suggested that harnesses based on object capabilities, with precise limits on what an agent can access and how, may be a better direction for the future.
What Docker is trying to solve
Seen as a product move, Cloud Sandboxes are less about one new feature than about a broader execution model for AI agents. Docker is trying to make sandboxes portable, long-lived, and consistent across environments so developers can treat local and cloud as interchangeable places to run the same task.
- Local-to-cloud portability: Move a sandbox with one CLI command.
- Persistent execution: Run longer tasks without depending on a laptop staying awake.
- Parallel workloads: Spin up many isolated sandboxes for multiple agents.
- Consistent isolation: Use the same microVM-based model in both places.
- OCI-based kits: Package pre-built sandboxes as standard images in Kits v3.
That combination is likely to appeal most to teams experimenting with AI coding agents at scale. It gives them a way to preserve workflow continuity while moving to a more durable execution environment when the task demands it. At the same time, the community discussion around external service access shows that the operational problem is only partly solved by sandboxes alone.
For now, Docker’s message is straightforward: keep the same sandbox, keep the same CLI, and move the work where it makes the most sense. Whether that model becomes the default for agent workflows will depend on how well it handles the real-world complexity of tools, network access, and security boundaries beyond the sandbox itself.
Source: Original report
Was this helpful?
Explore more: AI Automation Services More Software Development Tech News
Last Modified: September 26, 2026 at 10:33 pm
0 views
