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:
parent
e3048b52c7
commit
12891fe687
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