Description
Description
When starting docker port forwarding does not work. I can run docker commands and start containers, however port forwarding is not working anymore.
Version
colima version && limactl --version && qemu-img --version
colima version 0.7.6
git commit: 3ab92f5
runtime: docker
arch: aarch64
client: v27.3.1
server: v27.3.1
limactl version 1.0.0
qemu-img version 9.1.1
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
Operating System
- macOS Intel <= 13 (Ventura)
- macOS Intel >= 14 (Sonoma)
- Apple Silicon <= 13 (Ventura)
- Apple Silicon >= 14 (Sonoma)
- Linux
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/matej.spiller-muys/.colima/default/docker.sock
Reproduction Steps
- upgrade lima
- colima stop
- colima start
- port forwarding is not working (not TCP not UDP)
Expected behaviour
I was actually looking forward to UDP socket with docker.
Additional context
Workaround is to run as:
LIMA_SSH_PORT_FORWARDER=true colima start