mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-25 04:21:56 +00:00
Previously the proxy.go would directly call `os.Exit`. This patch causes control to return to `main` where we can tear down any port forward. Signed-off-by: David Scott <dave.scott@docker.com>