You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
@@ -98,9 +98,9 @@ $ lima nerdctl run -d --name nginx -p 127.0.0.1:8080:80 nginx:alpine
98
98
99
99
> You don't need to run "lima nerdctl" everytime, instead you can use special shortcut called "nerdctl.lima" to do the same thing. By default, it'll be installed along with the lima, so, you don't need to do anything extra. There will be a symlink called nerdctl pointing to nerdctl.lima. This is only created when there is no nerdctl entry in the directory already though. It worths to mention that this is created only via make install. Not included in Homebrew/MacPorts/nix packages.
100
100
101
-
http://127.0.0.1:8080 is accessible from both macOS and Linux.
101
+
<http://127.0.0.1:8080> is accessible from both macOS and Linux.
102
102
103
-
For the usage of containerd and nerdctl (contaiNERD ctl), visit https://github.com/containerd/containerd and https://github.com/containerd/nerdctl.
103
+
For the usage of containerd and nerdctl (contaiNERD ctl), visit <https://github.com/containerd/containerd> and <https://github.com/containerd/nerdctl>.
104
104
105
105
## Getting started
106
106
### Installation
@@ -121,7 +121,7 @@ Install QEMU 7.0 or later.
121
121
122
122
#### Install Lima
123
123
124
-
- Download the binary archive of Lima from https://github.com/lima-vm/lima/releases,
124
+
- Download the binary archive of Lima from <https://github.com/lima-vm/lima/releases>,
125
125
and extract it under `/usr/local` (or somewhere else). For instance:
126
126
127
127
```bash
@@ -308,7 +308,6 @@ The current default spec:
308
308
309
309
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
310
310
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
311
-
### Generic
312
311
313
312
-[Generic](#generic)
314
313
-["What's my login password?"](#whats-my-login-password)
@@ -336,6 +335,7 @@ The current default spec:
336
335
-["Hints for debugging other problems?"](#hints-for-debugging-other-problems)
337
336
338
337
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
0 commit comments