-
-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew servcies start colima
does NOT create the colima
Docker context
#1234
Comments
can you share the content of the logs at |
I actually ran into a similar error when I installed with brew. the
This is what the Propertylist looks like.
Updating the PATH env to the below snippet seems to get rid of the error.
However, I get another error:
I am not sure why I am getting a compatibility issue because I don't get the same behaviour when I run lima directly from source. Everything works fine. It uses same limactl version 1.0.3.
Another behaviour i discovered is that, when I run the colima binary directly, everything works fine.
My guess is that, the Properly list might be the problem here. |
@olamilekan000 I have switched to I agree with you that it is related the Properly list. |
Description
brew servcies start colima
does NOT create thecolima
Docker context.Version
Operating System
Output of
colima status
Reproduction Steps
Start colima
colima status
Docker context
Expected behaviour
If start colima manually with
colima start -p default
, then it can successfully creates the Docker context.By the way, how to specify a profile when using
brew services start colima
?Additional context
No response
The text was updated successfully, but these errors were encountered: