-
-
Notifications
You must be signed in to change notification settings - Fork 422
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
Colima equivalent of Docker's "Enable host networking" #1262
Comments
Can you clarify what you mean by bidirectional. You want services running on your machine to reach services running in the container? |
@abiosoft my goal is to do the same thing. I want to run |
@jtbaker in that case, you cannot access ports on the host via |
Is this related to #1174? |
@abiosoft Docker managed to do it somehow. Does colima not support it? |
Description
In local development, I'm running several services locally on my machine. Some are running in a docker container, and some are running directly on my host machine. This has been working fine when I use the Docker app and stock Docker daemon as long as I have "Enable host networking" turned on.
I've been wanting to switch to Colima since the memory use and perf is better, but it looks like using the --network-address setting only appears to expose the ports from inside Colima to localhost on my host machine without exposing the ports running on my local machine to localhost inside of Colima. Would it be possible to allow the port sharing to be birectional?
The text was updated successfully, but these errors were encountered: