fairDataSociety / fdp-play

Orchestration CLI for spinning up local development Bee cluster and FDP environment with Docker
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

Options to make docker containers' traffic pass through VPNs #109

Open rezahsnz opened 9 months ago

rezahsnz commented 9 months ago

People might use fdp-play in restricted networking environments so it would be very handy to have an option that asks any new containers to send traffic through a proxy server. This is achieved via --network host on ordinary docker runs. e.g. docker run --rm --network host -ti mahalo

rezahsnz commented 8 months ago

https://github.com/apocas/dockerode/issues/501

darkobas2 commented 8 months ago

https://docs.docker.com/network/proxy/