Skip to content
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

Open
ethanjdiamond opened this issue Jan 29, 2025 · 1 comment
Open

Colima equivalent of Docker's "Enable host networking" #1262

ethanjdiamond opened this issue Jan 29, 2025 · 1 comment

Comments

@ethanjdiamond
Copy link

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?

@abiosoft
Copy link
Owner

Can you clarify what you mean by bidirectional. You want services running on your machine to reach services running in the container?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants