Skip to content

Commit 7369b23

Browse files
authored
Merge pull request #1818 from AkihiroSuda/docs-clean-up-old-info
docs: remove old version info to improve readability
2 parents 48058e4 + 38e125a commit 7369b23

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

website/content/en/docs/Config/Multi-arch/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ Consider using [Fast mode](#fast-mode) or [Fast mode 2](#fast-mode-2) whenever p
3737
This mode uses QEMU User Mode Emulation.
3838
QEMU User Mode Emulation is significantly faster than QEMU System Mode Emulation, but it often sacrifices compatibility.
3939
40-
| ⚡ Requirement | Lima >= 0.7.3 |
41-
|-------------------|---------------|
42-
43-
4440
Set up:
4541
```bash
4642
lima sudo systemctl start containerd

website/content/en/docs/Config/Network/_index.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ If the IP address is not assigned, try the following commands:
152152
```
153153

154154
#### Unmanaged
155-
For Lima >= 0.12:
156155
```yaml
157156
networks:
158157
# Lima can also connect to "unmanaged" networks addressed by "socket". This
@@ -162,30 +161,6 @@ networks:
162161
# - socket: "/var/run/socket_vmnet"
163162
```
164163

165-
<details>
166-
<summary>For older Lima releases</summary>
167-
168-
<p>
169-
170-
```yaml
171-
networks:
172-
# vnl (virtual network locator) points to the vde_switch socket directory,
173-
# optionally with vde:// prefix
174-
# ⚠️ vnl is deprecated, use socket.
175-
# - vnl: "vde:///var/run/vde.ctl"
176-
# # VDE Switch port number (not TCP/UDP port number). Set to 65535 for PTP mode.
177-
# # Builtin default: 0
178-
# switchPort: 0
179-
# # MAC address of the instance; lima will pick one based on the instance name,
180-
# # so DHCP assigned ip addresses should remain constant over instance restarts.
181-
# macAddress: ""
182-
# # Interface name, defaults to "lima0", "lima1", etc.
183-
# interface: ""
184-
```
185-
</p>
186-
187-
</details>
188-
189164
### vzNAT
190165

191166
> **Warning**

website/content/en/docs/Usage/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ To create an instance "default" from a template "docker":
3030
$ limactl start --name=default template://docker
3131
```
3232

33-
> NOTE: `limactl start template://TEMPLATE` requires Lima v0.9.0 or later.
34-
> Older releases require `limactl start /usr/local/share/doc/lima/examples/TEMPLATE.yaml` instead.
35-
3633
To create an instance "default" with modified parameters:
3734
```console
3835
$ limactl start --set='.cpus = 2 | .memory = "2GiB"'

0 commit comments

Comments
 (0)