-
-
Notifications
You must be signed in to change notification settings - Fork 479
Closed
Milestone
Description
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
Allsimon, carlosqsilva, scandey, caire-bear, muvaf and 1 more
Metadata
Metadata
Assignees
Labels
No labels