-
-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with port forwarding and latest lima 1.0 #1181
Comments
Thanks for reporting this. |
This has been created as a workaround #1182. |
@matejsp can you confirm if the workaround fixes it?
|
@abiosoft it fixes it :) came here to report same issue but it is now working correctly |
Nice. The workaround works. But it is still workaround. Should we open another task for enabling new port forwarding? |
Perfect! |
A new release has been published. |
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
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
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
The text was updated successfully, but these errors were encountered: