lima
lima copied to clipboard
Add raw flag
- run github action
teston all branch. - add
--rawflag tolimactl shell. fix https://github.com/lima-vm/lima/issues/251 - for
limactl shell, if debug falg is true, pass-vto ssh. otherwise, pass-q
Now, the act of nerdctl in lima will be equivalent to docker:
# docker for desktop mac
$ /usr/local/bin/docker run -it --rm alpine:latest sh -x -c 'echo $HOME'
+ echo /root
/root
$ alias docker='limactl shell --raw default -- nerdctl'
$ docker run -it --rm alpine:latest sh -x -c 'echo $HOME'
+ echo /root
/root
@RobberPhex
I just noticed that we did code review discussion in #251 and not here in the PR itself. Are you planning to adapt your PR to that feedback (create a separate limectl exec command)? Or do you want somebody else to finish it in a follow-up commit?
ping @robberphex
I'm working on create exec sub-command. Sorry for being have been on vacation.
Sorry for being have been on vacation.
No need to be sorry; I hope you enjoyed your time off! Welcome back! 😄
I'm working on create
execsub-command. Sorry for being have been on vacation.
@robberphex Are you still planning to work on this, or do you want somebody else to finish the nerdctl exec implementation?