Skip to content

Commit b8a554b

Browse files
committed
docs(README): mention nerdctl.lima shortcut
Signed-off-by: Batuhan Apaydın <[email protected]>
1 parent 7648e1c commit b8a554b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ $ cat /tmp/lima/another-file
7878
$ lima nerdctl run -d --name nginx -p 127.0.0.1:8080:80 nginx:alpine
7979
```
8080

81+
> 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.
82+
8183
http://127.0.0.1:8080 is accessible from both macOS and Linux.
8284

8385
For the usage of containerd and nerdctl (contaiNERD ctl), visit https://github.com/containerd/containerd and https://github.com/containerd/nerdctl.

0 commit comments

Comments
 (0)