Abiola Ibrahim
Abiola Ibrahim
If you do not need rosetta or faster host volume access, qemu is more stable.
Good to hear. Looking forward to your further feedbacks.
> After 100+ instances running for about 4 days, only got issue on one so far. So it's definitely more stable now, but can still happen. If it happens this...
Can you try running colima with macOS virtualization framework instead of qemu? ```sh # delete existing instance colima delete # create new instance with vz colima start --vm-type=vz ``` I...
Thanks for reporting, definitely a bug.
It is not a bug. The argument needs to be quoted and it should work as desired.
Thanks @schlagert for the fix, and everyone else for your patience.
@gedw99 so, basically a way to **reset** without losing your settings?
``` colima prune ```
If you're on version v0.7.3, you can start Colima with `--network-host-addresses` and you'd be able to use those addresses for port forwarding. ``` docker run --rm -it -p 172.16.1.200:80:80 caddy...