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

fix: map ports as exposed ports always #237

Merged
merged 1 commit into from
May 25, 2024
Merged

Conversation

wolf31o2
Copy link
Member

@wolf31o2 wolf31o2 commented May 25, 2024

This probably isn't the correct way to do this, but it worked in all my tests and we don't really care about the actual exposed ports. This should also work for the case where we use ports which weren't originally exposed in the image.

This is related to #209 and why we weren't getting all of our ports. They weren't getting mapped into the container correctly. This solves that issue correctly and closes #231.

Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
@wolf31o2 wolf31o2 merged commit 5858d9e into main May 25, 2024
9 checks passed
@wolf31o2 wolf31o2 deleted the fix/port-map-exposed branch May 25, 2024 17:50
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

Successfully merging this pull request may close these issues.

Determine how to detect dynamic host ports
2 participants