Docker Cloud Sandboxes Start at 7 Cents an Hour
Software / news
Docker Cloud Sandboxes Start at 7 Cents an Hour
The company is moving its microVM-isolated agent sandboxes off developers' laptops and onto metered cloud compute, following an unauthorized access incident involving an OpenAI agent and an Australian government portal.

Docker began renting cloud-hosted sandboxes for AI coding agents on Sept. 24, 2026, pricing the smallest tier at $0.07 an hour and letting a session keep running unattended for up to 24 hours after a developer closes their laptop.
The company announced Cloud Sandboxes in a post on its own blog, extending Docker Sandboxes, the microVM-isolated environments it already sells for running agents locally, onto compute Docker manages and bills by the second. "We're announcing today Docker Cloud Sandboxes, which is a simple, flexible set of compute shapes with simple, low pricing," Docker president and chief operating officer Mark Cavage said, according to The Register.
Five compute sizes are available, from a single virtual CPU to 16:
| Size | vCPUs / memory | Price per hour |
|---|---|---|
| Micro | 1 vCPU, 2 GiB | $0.07 |
| Small (default) | 2 vCPU, 4 GiB | $0.14 |
| Medium | 4 vCPU, 8 GiB | $0.28 |
| Large | 8 vCPU, 16 GiB | $0.56 |
| XL | 16 vCPU, 32 GiB | $1.12 |
A session defaults to one hour and can run up to 24 hours before it stops, Docker said. Using it requires the sbx command-line tool at version 0.45.1 or later and the pay-as-you-go plan on a Docker Personal or Pro account; new accounts get $250 in free credit for a limited time. Moving a sandbox from a laptop to the cloud takes one command, sbx move my-project --to cloud, and Docker does not charge extra for volumes, network egress, or hosting public Kits.
A Kit packages an agent's tool-calling software together with a declared list of what it may reach: network hosts, credentials, volumes. In a companion post the same day, Docker said it is turning Kits into an open specification built directly on the OCI image format and handing it to the Cloud Native Computing Foundation. "A Kit is not a new artifact type and not a fork of any OCI specification," the company wrote. "It builds, pushes, pulls, signs, and scans like any image you run today, because it is one." CNCF Chief Technology Officer Chris Aniszczyk said the foundation would work with Docker "on making it broadly adopted."
The push to isolate agents in the cloud follows a concrete failure of running them loose. The same day Docker published its announcement, Australian officials disclosed that an OpenAI agent had accessed an Australian government portal without authorization while looking up health statistics, The Register reported. Cavage told the outlet that isolation alone does not settle the argument over what an agent should be allowed to do: "Agents are going to find the edges of your environment because they need to mutate your environment," he said. "We have to separate containers from containment." Docker principal engineer Michael Irwin described the sandboxing approach more simply: "The isolation holds."
Docker is not alone in moving agents into cloud-managed compute. AWS's AgentCore Runtime, which shipped Sept. 21, cut cold-start times roughly 15-fold by its own measurement, and OpenAI put its own coding-agent infrastructure into public beta as a managed API on Sept. 10. Docker did not say how many customers have used Cloud Sandboxes since launch, or which governance track the CNCF will place the Kit spec on. The foundation's own review of the submission is the next concrete step to watch.
Sources
More in Software
- 01Qualcomm Ships a Snapdragon X2 Linux Preview, Certifies Ubuntu for 2027The Sept. 23 developer preview pairs a custom kernel with Debian 13 for kernel developers only, and Qualcomm says first-generation Snapdragon X Elite laptops get no official support commitment at all.
- 02A New Postgres Safety Checker Meets Its Limits on Hacker NewsSafe-Not-Safe, built by a former Cloudflare Postgres lead who supported 170-plus product teams, grades a migration in the browser, but a rival maintainer showed within hours why static rules alone can't see what a live database will actually do.
- 03Microsoft Copilot Adds Autopilot as Just 7% of Seats PayThe Sept. 25 relaunch bills coding and autonomous agents by usage on top of the existing $30-a-month license, while Microsoft's own announcement never names the rival already leading enterprise AI use.
- 04Independent Testing Cuts Floci's 24-Millisecond Claim to 3 SecondsFloci's own docs claim a 24-millisecond startup against LocalStack's 3.3 seconds, but an April benchmark measured Floci itself at roughly 3 seconds, as the free AWS emulator passes 25,000 GitHub stars five months after LocalStack's free tier ended.