Replies: 1 comment 1 reply
-
|
This is quite strange. Can you retry without specifying the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'd wanted to give vz vm's a try as I'm using colima for rather heavy devcontainers.
I have colima v0.7.5 (from homebrew) installed on an m3 with macOS 14.7.
I tried editing the colima default yaml profile or to start new ones e.g. via cli:
I did a
colima delete (--profile dev)before each attempt.Whatever my changes/cli args are, colima seems to insist on using
qemu.The comments in
default.yamlsaythis is macOS 13 only- should I take this literally, i.e. read it asmacOS==13instead ofmacOS >= 13or am I missing something else?Beta Was this translation helpful? Give feedback.
All reactions