bash: line 1: nerdctl: command not found
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
### Description
lima version: 0.9.0
machine: m1 max macbook
Description
When I install lima from brew using the instructions on the README, I get so far that I can see the virtual machine running. But when I try to run lima nerdctl I get bash: line 1: nerdctl: command not found
So I'm trying to hunt down the missing instructions. But I've not found out what it is yet. Does anybody know?
I was told that this is by default and my issue was closed without any further discussion, so I have to open another issue with the same information because the issue is not fixed by the help given.
```
> nerdctl.lima
bash: line 1: nerdctl: command not found
```
and the contents of this file is just a shell script wrapper around lima nerdctl anyway
```
> cat $(which nerdctl.lima)
#!/bin/sh
set -eu
exec lima nerdctl "$@"
```
So to recap: `lima nerdctl` doesn't work and the `nerdctl.lima` script is just a wrapper around `lime nerdctl` anyway. So neither of this solutions works right now.
So I have the same problem, even with the help suggested. Please don't automatically close this issue without letting me respond.
Contributor guide
Assessment
This issue has not been assessed yet.