This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Ability to have the entire docker network's traffic redirected to transparent proxy #85
Labels
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Comments
lahabana
added
kind/feature
New feature
triage/pending
This issue will be looked at on the next triage meeting
triage/accepted
The issue was reviewed and is complete enough to start working on it
and removed
triage/pending
This issue will be looked at on the next triage meeting
labels
Aug 5, 2022
Full iptables after:
|
12 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
Sometimes someone want to run the proxy directly on the host machine and have workloads inside containers.
Have to add to the prerouting chain 2 rules per network:
It would be nice to have this exposed as a parameter in transparent-proxy like:
For example in the case above:
Info: the docker interface for non default docker network
br-<subsetOfTheId>
.docker network inspect
is helpful to find the id of a network.Final result:
The text was updated successfully, but these errors were encountered: