Class: VagrantPlugins::ProxyConf::Action::ConfigureDockerProxy

Inherits:
Base
  • Object
show all
Defined in:
lib/vagrant-proxyconf/action/configure_docker_proxy.rb

Overview

Action for configuring Docker on the guest

Instance Method Summary collapse

Methods inherited from Base

#call, #initialize

Constructor Details

This class inherits a constructor from VagrantPlugins::ProxyConf::Action::Base

Instance Method Details

#config_nameObject



10
11
12
# File 'lib/vagrant-proxyconf/action/configure_docker_proxy.rb', line 10

def config_name
  'docker_proxy'
end