Skip to content

Commit b59c6ed

Browse files
committed
docs(sandboxes): reset manage sandboxes page
1 parent 95422ee commit b59c6ed

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

docs/sandboxes/manage-sandboxes.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,6 @@ openshell forward list
200200
openshell forward stop 8000 my-sandbox
201201
```
202202
203-
Use the gRPC service-forwarding path when you want to test the OS-88 service relay path without SSH port forwarding:
204-
205-
```shell
206-
openshell forward service my-sandbox --target-port 8000 --local 8000
207-
```
208-
209-
This binds a local listener and opens one authenticated gRPC stream to the gateway for each accepted local TCP connection. The target must be a loopback TCP service inside the sandbox. Use `--local 127.0.0.1:0` to let OpenShell choose a free local port.
210-
211203
<Tip>
212204
You can also forward a port at creation time with `--forward`:
213205

0 commit comments

Comments
 (0)