lima
lima copied to clipboard
`nerdctl.lima` should recognize `$LIMA_INSTANCE`
lima and docker.lima recognizes $LIMA_INSTANCE to switch the instance name:
https://github.com/lima-vm/lima/blob/88173f0b48e1975d33df541b18bab08e4b090232/cmd/lima#L14
https://github.com/lima-vm/lima/blob/88173f0b48e1975d33df541b18bab08e4b090232/cmd/docker.lima#L7
However, nerdctl.lima does not:
https://github.com/lima-vm/lima/blob/88173f0b48e1975d33df541b18bab08e4b090232/cmd/nerdctl.lima#L4
It got broken here: 35d82ea9ad5515ae778279917927326661c1a181
Hi! I'd like to try working on this issue if possible. Would it be okay to assign it to me? Thank you!