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

[FEAT] ability to modify routing table on startup #271

Closed
1 task done
DLV111 opened this issue Dec 15, 2023 · 3 comments
Closed
1 task done

[FEAT] ability to modify routing table on startup #271

DLV111 opened this issue Dec 15, 2023 · 3 comments

Comments

@DLV111
Copy link

DLV111 commented Dec 15, 2023

Is this a new feature request?

  • I have searched the existing issues

Wanted change

Hey Team,

I want the ability to modify the routing table upon startup - I do this with many of your other containers so I can route it via my VPN, but have notced this one is missing the IP package, while I can 100% install it myself, thought i'd ask why this one is missing it but all others have it.

Thanks

Reason for change

Ability to route container traffic through another container for VPN reasons.

Proposed code change

add the iproute2 package

Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@aptalca
Copy link
Member

aptalca commented Dec 15, 2023

Not something we explicitly add, but comes with the base OS. The difference is (I'm guessing) Alpine has it baked in, but Ubuntu does not.

For those instances, we recommend the universal package install mod

@DLV111
Copy link
Author

DLV111 commented Dec 17, 2023

Thanks @aptalca, that explains it. I'll checkout the Universal package install mod.

@DLV111 DLV111 closed this as completed Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants