Skip to content

Releases: AMEST/remote-docker-context-proxy

1.0.2

Choose a tag to compare

@AMEST AMEST released this 03 Sep 19:53
f592052

Fix catch kybd interrupt in main loop

Full Changelog: v1.0.1...v1.0.2

Proxy improvement

Choose a tag to compare

@AMEST AMEST released this 28 Jun 04:13

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

Choose a tag to compare

@AMEST AMEST released this 27 Jun 19:26

First release with minimal working functionality.
Supported os:

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

Build binaries Pre-release
Pre-release

Choose a tag to compare

@AMEST AMEST released this 27 Jun 19:02
v0.0.1

rename out files on build

Initial release

Initial release Pre-release
Pre-release

Choose a tag to compare

@AMEST AMEST released this 27 Jun 18:49
v0.0.0

Pyinstaller requirenment + build workflow