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:
commit
a7aa2b2bf8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
const userlandProxyCommandName = "docker-proxy"
|
||||
var userlandProxyCommandName = "docker-proxy"
|
||||
|
||||
type userlandProxy interface {
|
||||
Start() error
|
||||
|
|
Loading…
Add table
Reference in a new issue