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/snapshots.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ You can then use a snapshot to spawn new sandboxes that start from the exact sam
8
8
9
9
The original sandbox continues running after the snapshot is created, and a single snapshot can be used to create many new sandboxes.
10
10
11
+
## Prerequisites
12
+
13
+
Snapshots require templates with envd version `v0.5.0` or above. If you are using a custom template created before envd `v0.5.0`, you need to rebuild it.
14
+
15
+
You can check the template envd version using the `e2b template list` command or by viewing the templates list on the dashboard.
0 commit comments