mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-03 07:46:42 +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>