Add skeleton /sbin/proxy program

This will eventually contain the `docker-proxy` replacement.

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott
2016-04-03 11:14:36 +01:00
parent cedc6faa6e
commit 4ce4e978c6
7 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package main
func main() {
}