Regression bug fix for pull request #3654#3728
Regression bug fix for pull request #3654#3728wzymaster wants to merge 1 commit intodocker-archive-public:masterfrom
Conversation
|
Please sign your commits following these rules: $ git clone -b "master" git@github.com:wzymaster/machine.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -fAmmending updates the existing PR. You DO NOT need to open a new one. |
Signed-off-by: 众商汇 <wzymaster@gmail.com>
|
@nathanleclaire all checks are passed and please feel free to review it. |
|
Which issue does this fix? Seems a bit of a wide-ranging change for just a regression fix, no? |
|
@nathanleclaire probably regression fix isn't a good description. I found that the final goal is to enable Docker Daemon running on Private IP and my previous pull request #3654 only does displaying part but doesn't do the real job. |
|
@wzymaster OK -- couple things:
|
|
|
@nathanleclaire Can you tell me where this pull request will go ? |
|
I just don't like the reference to softlayer driver specifically in the provisioner. I think it might be case that if we just always set it to |
To enable Docker Daemon running on private IP if environment variable - SOFTLAYER_DOCKER_ON_PRIVATE_IP is set to true.