Releases: kymeric/DockerProxy
Releases · kymeric/DockerProxy
Minor Update
- Change port number from 5000 (used all over the place by ASP.NET Core) to 5050, just to get out of the way
Initial Release
Initial release. Features:
- Runs as console app
- Proxies TCP connections for localhost to the correct windows container
- Not tested with more advanced docker networking configurations. It assumes containers attached to NAT network. May work in other scenarios (docker compose with isolated networks, etc...) but haven't tested yet.
Please open an issue for any problems you find.