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
I'm afraid Lima is not one of the (seamlessly) supported runtimes at the moment. You still can use cdebug from inside of the Lima VM (via limactl shell) - something like cdebug exec -it containerd://mycontainer should do the trick. Or, you can try using the --runtime flag to point cdebug to Lima's docker.sock location like this cdebug exec --runtime $(limactl list docker --format 'unix://{{.Dir}}/sock/docker.sock') nerdctl://mycontainer. However, I haven't tried the latter.
Hello,
I am trying to use the tool on a MacBook M2 and when I try to run a container I get this error:
Docker is already running using colima.
Has anyone else had this happen?
Thanks!
The text was updated successfully, but these errors were encountered: