Releases: AMEST/remote-docker-context-proxy
Releases · AMEST/remote-docker-context-proxy
1.0.2
Proxy improvement
Now the tcp proxy server supports keep-alive connections and allows you to proxy not only HTTP traffic, but also connections to databases or other services that use keep-alive connections.
First release
First release with minimal working functionality.
Supported os:
- Windows (only via docker cli. maybe downloaded from https://github.com/StefanScherer/docker-cli-builder/releases/latest)
- Macos (not signed binary :( )
- Linux
Implemented:
- Configure docker host from
DOCKER_HOST
environment variable--docker_host
arg when start- current selected context in
docker context
- Getting published ports
- Starting proxies from localhost:published_port to docker host:published_port. But now implemented only TCP proxy
- Managing proxies (starting new and stopping old)
Build binaries
v0.0.1 rename out files on build
Initial release
v0.0.0 Pyinstaller requirenment + build workflow