Browse Source

Support override of binary name

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
Daniel Nephin 7 năm trước cách đây
mục cha
commit
12891fe687
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libnetwork/portmapper/proxy.go

+ 1 - 1
libnetwork/portmapper/proxy.go

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