Skip to content

Commit ab0e3e1

Browse files
authored
Update SLICER_BOX.md
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
1 parent 2d7ac64 commit ab0e3e1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

SLICER_BOX.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Linux sandbox for AI agents.
44

5+
Instructions from https://box.slicervm.com/
6+
57
## Pre-reqs
68

79
Must point slicer to the box service and token file:
@@ -65,8 +67,14 @@ ssh -p 2222 ubuntu@127.0.0.1 uptime
6567

6668
Only do this in case of a major issue or when having to test system-level changes.
6769

68-
# Ensure SLICER_URL and SLICER_TOKEN_FILE are set
70+
Ensure SLICER_URL and SLICER_TOKEN_FILE are set
71+
72+
```
6973
slicer vm delete VM_NAME
74+
```
75+
7076
Then launch a new VM:
7177

78+
```
7279
slicer vm launch
80+
```

0 commit comments

Comments
 (0)