Sign inSign up

driveup/proxymachine

By driveup

Updated about 11 years ago

ProxyMachine 1.2.4

Image
1

1.2K

driveup/proxymachine repository overview

ProxyMachine Dockerfile

A Dockerfile that make [ProxyMachine][openproject], a a simple content aware (layer 7) TCP routing proxy built on EventMachine that lets you configure the routing logic in Ruby.

Quick usage

docker run -d -p 14230:14230 --name proxymachine driveup/proxymachine

You can use the environment variables to configure your stuff. You can try to use a different PROXY_URL. To chage the listening port you need to run it like this:

docker run -d -e PROXY_URL=<YOUR_URL> -p <YOUR_PORT>:14230 --name proxymachine driveup/proxymachine

License

MIT license.

Tag summary

Content type

Image

Digest

sha256:407ab5326

Size

264.4 MB

Last updated

about 11 years ago

docker pull driveup/proxymachine