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

Append New Port Forwarding #43

Open
lmarschall opened this issue Jul 30, 2021 · 3 comments
Open

Append New Port Forwarding #43

lmarschall opened this issue Jul 30, 2021 · 3 comments

Comments

@lmarschall
Copy link

Not exactly an issue,

but I did not found any proper explanation here to enable custom port forwarding from inside the qemu emulator.
So I decided to host this issue, if anyone wants to accomplish the same task.

To append a new port just add the following in the nic line of the entrypoint.sh file

,hostfwd=tcp::8000-:8000

and rebuild the container from the repository.

Cheers,

Luke

@matteocarnelos
Copy link

I've implemented a way to forward custom port using an environment variable in #32, check it out😉

@lmarschall
Copy link
Author

Hey @matteocarnelos,
thanks for the heads-up, I'll take a look into it, is it already merged into main branch?

@matteocarnelos
Copy link

Not yet, it is being reviewed

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