Merge pull request #25375 from dvdksn/sbx-commercial-use-clarify

Clarify that Docker Sandboxes is free and OK for commercial use
This commit is contained in:
David Karlsson
2026-06-18 17:59:08 +02:00
committed by GitHub
2 changed files with 20 additions and 1 deletions
+4
View File
@@ -13,6 +13,10 @@ sandbox gets its own Docker daemon, filesystem, and network — the agent can
build containers, install packages, and modify files without touching your host
system.
> [!NOTE]
> The `sbx` CLI is free to use, including for commercial work. Only
> [organization governance](governance/) requires a separate paid subscription.
Organization admins can
[centrally manage sandbox network and filesystem policies](governance/org.md)
from the Docker Admin Console, so the same rules apply uniformly across every
+16 -1
View File
@@ -2,9 +2,24 @@
title: FAQ
weight: 70
description: Frequently asked questions about Docker Sandboxes.
keywords: docker sandboxes, sbx, faq, sign in, telemetry, clipboard, image paste
keywords: docker sandboxes, sbx, faq, sign in, telemetry, clipboard, image paste, pricing, commercial use
---
## Is Docker Sandboxes free? Can I use it commercially?
Yes to both. The `sbx` CLI is free to use, including for commercial and
professional work, with no per-seat fee. Install it, sign in with a free
Docker account, and run sandboxes at no cost.
The only paid component is organization governance: centrally managed network
and filesystem policies, [sign-in enforcement](governance/sign-in-enforcement.md),
and [audit logs](governance/audit.md). These
[organization governance features](governance/) require a separate paid
subscription —
[contact Docker Sales](https://www.docker.com/products/ai-governance/#contact-sales)
to get started. Everything else, including running agents in isolated
sandboxes, is free.
## Why do I need to sign in?
Docker Sandboxes is built around the idea that you and your agents are a team.