tmatilai / vagrant-proxyconf

Vagrant plugin that configures the virtual machine to use proxies
MIT License
531 stars 74 forks source link

Fix docker incompleted refactoring(missing parameter) #95

Closed otahi closed 9 years ago

otahi commented 9 years ago

I have committed incompleted source code. I missed a commit to fix the problem on #92. I have confirmed it works.

[otahi@otahiair vagrant-proxyconf-test]$ vagrant reload centos6
==> centos6: Attempting graceful shutdown of VM...
==> centos6: Clearing any previously set forwarded ports...
==> centos6: Clearing any previously set network interfaces...
==> centos6: Preparing network interfaces based on configuration...
    centos6: Adapter 1: nat
==> centos6: Forwarding ports...
    centos6: 22 => 2222 (adapter 1)
==> centos6: Booting VM...
==> centos6: Waiting for machine to boot. This may take a few minutes...
    centos6: SSH address: 127.0.0.1:2222
    centos6: SSH username: vagrant
    centos6: SSH auth method: private key
    centos6: Warning: Remote connection disconnect. Retrying...
==> centos6: Machine booted and ready!
==> centos6: Configuring proxy for Docker...
==> centos6: Configuring proxy environment variables...
==> centos6: Configuring proxy for Yum...
==> centos6: Checking for guest additions in VM...
==> centos6: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> centos6: to force provisioning. Provisioners marked to run always will still run.
[otahi@otahiair vagrant-proxyconf-test]$
tmatilai commented 9 years ago

@otahi thanks! You can also push small bug fixes like this directly to master. =)