Support override of binary name

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin 2017-10-31 16:43:48 -04:00
parent e3048b52c7
commit 12891fe687
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"time"
)
const userlandProxyCommandName = "docker-proxy"
var userlandProxyCommandName = "docker-proxy"
type userlandProxy interface {
Start() error