Skip to content

A stupid TCP proxy you can use to build smart things

Notifications You must be signed in to change notification settings

hschub/docker-tcp-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker to host proxy

What?

Simple TCP proxy that listens to a container port (LISTEN) and talks a host port (TALK).

Usage

The environment variable PROXY_PASS follows the same port syntax as docker-compose specification HOST:CONTAINER. For example PROXY_PASS=4000:3000 would pass requests from docker network port 3000 to the docker host network 4000.

About

A stupid TCP proxy you can use to build smart things

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.7%
  • Dockerfile 37.8%
  • Shell 9.5%