Abiola Ibrahim

Results 583 comments of Abiola Ibrahim

If you do not need rosetta or faster host volume access, qemu is more stable.

> 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...

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?

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...