Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
/ redsocks Public archive

Production ready transparent proxy for docker on corporate networks

Notifications You must be signed in to change notification settings

flavioaiello/redsocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Pulls Docker Automation

Redsocks transparent proxy for docker

Redirects whole docker network traffic through a http, optionally trough a https proxy.

Docker compose sample excerpt

version: '2'

services:

  redsocks:
    image: flavioaiello/redsocks
    privileged: true
    network_mode: "host"
    environment:
      - HTTP_RELAY=123.123.123.123
      - HTTP_RELAY_PORT=8080
      - TCP_RELAY=123.123.123.123
      - TCP_RELAY_PORT=8080
    restart: always

    yours:
        depends_on:
            - redsocks

About

Production ready transparent proxy for docker on corporate networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published