File tree Expand file tree Collapse file tree 3 files changed +0
-32
lines changed Expand file tree Collapse file tree 3 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ Consider using [Fast mode](#fast-mode) or [Fast mode 2](#fast-mode-2) whenever p
37
37
This mode uses QEMU User Mode Emulation.
38
38
QEMU User Mode Emulation is significantly faster than QEMU System Mode Emulation, but it often sacrifices compatibility.
39
39
40
- | ⚡ Requirement | Lima >= 0.7.3 |
41
- |-------------------|---------------|
42
-
43
-
44
40
Set up:
45
41
` ` ` bash
46
42
lima sudo systemctl start containerd
Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ If the IP address is not assigned, try the following commands:
152
152
` ` `
153
153
154
154
# ### Unmanaged
155
- For Lima >= 0.12 :
156
155
` ` ` yaml
157
156
networks:
158
157
# Lima can also connect to "unmanaged" networks addressed by "socket". This
@@ -162,30 +161,6 @@ networks:
162
161
# - socket: "/var/run/socket_vmnet"
163
162
` ` `
164
163
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
-
189
164
# ## vzNAT
190
165
191
166
> **Warning**
Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ To create an instance "default" from a template "docker":
30
30
$ limactl start --name=default template://docker
31
31
```
32
32
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
-
36
33
To create an instance "default" with modified parameters:
37
34
``` console
38
35
$ limactl start --set=' .cpus = 2 | .memory = "2GiB"'
You can’t perform that action at this time.
0 commit comments