Description
The output of brew install colima outputs the following:
To start colima now and restart at login:
brew services start colima
Because of this, I'd expect that brew services start colima would start colima, but it doesn't seem to do so.
Version
colima version 0.6.7
git commit: ba1be00
limactl version 0.19.1
qemu-img version 8.2.0
Operating System
Output of colima status
FATA[0000] colima is not running
Reproduction Steps
- Run
brew install colima
[...]
To start colima now and restart at login:
brew services start colima
[...]
- Run
brew services start colima
[...]
==> Successfully started `colima` (label: homebrew.mxcl.colima)
- Run
colima status
FATA[0000] colima is not running
Expected behaviour
Colima should be started after the Successfully started colima message.
Additional context
No response
Description
The output of
brew install colimaoutputs the following:Because of this, I'd expect that
brew services start colimawould start colima, but it doesn't seem to do so.Version
colima version 0.6.7
git commit: ba1be00
limactl version 0.19.1
qemu-img version 8.2.0
Operating System
Output of
colima statusFATA[0000] colima is not runningReproduction Steps
brew install colimabrew services start colimacolima statusExpected behaviour
Colima should be started after the
Successfully started colimamessage.Additional context
No response