You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sandbox/volumes.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Volumes are currently in private beta.
10
10
If you'd like access, please reach out to us at [support@e2b.dev](mailto:support@e2b.dev).
11
11
</Note>
12
12
13
-
Volumes provide persistent storage that exists independently of any single sandbox. Data written to a volume survives sandbox shutdowns and can be shared across multiple sandbox sessions. Use volumes when you need files, datasets, or other artifacts to persist beyond the lifecycle of an individual sandbox.
13
+
Every sandbox already has its own persistent filesystem — when you [pause and resume](/docs/sandbox/persistence) a sandbox, all files are preserved. Volumes solve a different problem: storage that exists independently of any single sandbox. Data written to a volume survives sandbox shutdowns and can be shared across multiple sandbox sessions. Use volumes when you need to share files between sandboxes or keep data accessible even after a sandbox is killed.
0 commit comments