浏览代码

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

Support override of binary name
Madhu Venugopal 7 年之前
父节点
当前提交
a7aa2b2bf8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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