Description
Pulling images is very slow when I set the VM type to VZ.
On the docker hello world image, running it from a clean colima instances takes 3 seconds using the default parameters, and 17 seconds when --vm-type=vz is set. It looks like the time is spent initiating the connection because the download speed looks fine. Could be a slow DNS query, a slow TCP handshake, a slow TLS handshake, I don't know.
Version
Colima Version: 0.5.4
Lima Version: 0.15.0
Qemu Version: 7.2.0
Operating System
macOS M1 >= 13 (Ventura)
Output of colima status
INFO[0000] colima is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: virtiofs
INFO[0000] socket: unix:///Users/fungiboletus/.colima/default/docker.sock
Reproduction Steps
colima start --cpu 4 --memory 4
time docker run -it --rm hello-world
colima delete
colima start --cpu 4 --memory 4 --vm-type=vz
time docker run -it --rm hello-world
colima delete
Expected behaviour
The duration of pulling and running the hello-world image should be similar.
Additional context
No response
Description
Pulling images is very slow when I set the VM type to VZ.
On the docker hello world image, running it from a clean colima instances takes 3 seconds using the default parameters, and 17 seconds when
--vm-type=vzis set. It looks like the time is spent initiating the connection because the download speed looks fine. Could be a slow DNS query, a slow TCP handshake, a slow TLS handshake, I don't know.Version
Colima Version:
0.5.4Lima Version:
0.15.0Qemu Version:
7.2.0Operating System
macOS M1 >= 13 (Ventura)
Output of
colima statusReproduction Steps
colima start --cpu 4 --memory 4time docker run -it --rm hello-worldcolima deletecolima start --cpu 4 --memory 4 --vm-type=vztime docker run -it --rm hello-worldcolima deleteExpected behaviour
The duration of pulling and running the hello-world image should be similar.
Additional context
No response