1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

View file

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