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: src/app/page.tsx
+18-12Lines changed: 18 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ $ slicer vm cp vm-1:/tmp/REVIEW.md ./REVIEW.md
267
267
>
268
268
Claude, Codex, and OpenCode
269
269
</a>{" "}
270
-
in a Slicer VM — full auto, nothing can escape. No <codeclassName="text-xs bg-muted px-1 py-0.5 rounded font-mono">--dangerously-skip-permissions</code> needed.
270
+
in its own VM with root access. Copy out the results when it's done.
271
271
</p>
272
272
</div>
273
273
</div>
@@ -287,7 +287,7 @@ $ slicer vm cp vm-1:/tmp/REVIEW.md ./REVIEW.md
287
287
>
288
288
K3s inside a Slicer VM
289
289
</a>
290
-
. Test Helm charts, validate RBAC, iterate on controllers — without touching the shared cluster.
290
+
. Test Helm charts, validate RBAC, iterate on controllers — on your own machine.
291
291
</p>
292
292
</div>
293
293
</div>
@@ -297,12 +297,18 @@ $ slicer vm cp vm-1:/tmp/REVIEW.md ./REVIEW.md
297
297
</div>
298
298
<div>
299
299
<h3className="font-semibold mb-1">
300
-
Extend OS images with Docker
300
+
Edit on Mac, run on Linux
301
301
</h3>
302
302
<pclassName="text-sm text-muted-foreground">
303
-
Slicer images are OCI images. Add your framework, packages, or toolchain with a{" "}
0 commit comments