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

Merge pull request #2007 from dnephin/support-override-of-binary-name

Support override of binary name
This commit is contained in:
Madhu Venugopal 2017-10-31 16:41:08 -07:00 committed by GitHub
commit a7aa2b2bf8

View file

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