Skip to content

Commit 97ef064

Browse files
authored
Merge pull request #2881 from AkihiroSuda/docs
website: misc updates
2 parents 0e93110 + 3f17abf commit 97ef064

File tree

20 files changed

+37
-13
lines changed

20 files changed

+37
-13
lines changed

website/content/en/docs/_index.md

100755100644
File mode changed.

website/content/en/docs/config/environment-variables.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Environment Variables
3-
weight: 6
3+
weight: 80
44
---
55

66
## Environment Variables
@@ -47,6 +47,17 @@ This page documents the environment variables used in Lima.
4747
lima
4848
```
4949

50+
### `LIMA_SSH_PORT_FORWARDER`
51+
52+
- **Description**: Specifies to use the SSH port forwarder (slow, stable) instead of gRPC (fast, unstable)
53+
- **Default**: `true`
54+
- **Usage**:
55+
```sh
56+
export LIMA_SSH_PORT_FORWARDER=false
57+
```
58+
- **Note**: It is expected that this variable will be set to `false` by default in future
59+
when the gRPC port forwarder is well matured.
60+
5061
### `LIMA_USERNET_RESOLVE_IP_ADDRESS_TIMEOUT`
5162

5263
- **Description**: Specifies the timeout duration for resolving the IP address in usernet.

website/content/en/docs/config/Port/_index.md renamed to website/content/en/docs/config/port.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Port Forwarding
3-
weight: 50
3+
weight: 31
44
---
55

66
Lima supports automatic port-forwarding of localhost ports from guest to host.

0 commit comments

Comments
 (0)