Randy Fay
Randy Fay
@rjra2611 you should probably also make sure you've done these when testing: * a successful `brew upgrade` * `rm -r ~/.colima ~/.lima` I use colima 0.5.4 with limactl 0.15.1 every...
I didn't remember, maybe `--vm-type` only works on current Ventura. But running with --arch x68_64 is something which would be very, very unusual to use on mac M1. Can you...
I'm glad you have the arm64 colima, that's good, and you have homebrew installed in the right place; lots of people have trouble when they move to mac M1 because...
Please show `which limactl` and `file $(which limactl)` as well. If those were wrong, you'd get bizarre results like this. They should be arm64. And really, there should be nothing...
That is totally bizarre. Thanks for trying it out.
It does look like you have qemu running already in this situation. We have asked about limactl current version a number of times, but not about qemu. You might want...
Hi @rjra2611 - All I can say is that your mileage may vary. In general, performance with emulated containers is awful and in many cases breaks unpredictably. For example, people...
I just had the hangup; had to `colima stop -f` and then kill off lima processes before changing Link-Local.
@abiosoft no, I'm using QEMU: ``` $ colima status INFO[0000] colima is running using QEMU INFO[0000] arch: aarch64 INFO[0000] runtime: docker INFO[0000] mountType: sshfs INFO[0000] socket: unix:///Users/rfay/.colima/default/docker.sock ```
I've changed the DDEV docs to recommend VZ/VirtioFS in latest DDEV docs.