Files
linuxkit/alpine
David Scott cc52a5d553 proxy: split the execProxy function into parts
Previously `execProxy` would
- create the proxy
- signal success/failure to the parent
- run forever (until signalled)

Since we want to add more proxy setup and teardown, this patch
removes the proxy creation from `execProxy` and renames it to
`proxyForever`. Later patches will be able to perform the necessary
side-effects before signalling success to the parent.

Signed-off-by: David Scott <dave.scott@docker.com>
2016-04-04 12:41:02 +01:00
..
2016-03-01 14:57:11 +00:00
2016-03-30 17:02:22 +01:00
2016-02-19 16:11:09 +00:00
2016-04-04 12:41:02 +01:00
2016-01-13 17:48:42 +00:00
2016-01-13 17:48:42 +00:00
2016-03-11 14:09:16 +00:00
2016-03-08 00:48:08 +00:00