Files
linuxkit/alpine/packages
David Scott a3ca812d97 proxy: TCPProxy connects to TCP but can read from other things
The TCPProxy can proxy from anything which satisfies this interface:

type Conn interface {
  	io.Reader
	io.Writer
	io.Closer
	CloseRead() error
	CloseWrite() error
}

Signed-off-by: David Scott <dave.scott@docker.com>
2016-04-15 17:24:56 +01:00
..
2016-02-17 14:11:13 +00:00
2016-04-11 16:10:28 +01:00

The directories below should be turned into proper packages, built from upstream.

Currently these are temporarily vendored from pinata.