Module: VagrantPlugins::DockerExec

Defined in:
lib/vagrant-docker-exec.rb,
lib/vagrant-docker-exec/plugin.rb,
lib/vagrant-docker-exec/version.rb,
lib/vagrant-docker-exec/command/exec.rb,
lib/vagrant-docker-exec/command/shell.rb

Defined Under Namespace

Classes: Command, Plugin

Constant Summary collapse

VERSION =
"0.1.3"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


13
14
15
# File 'lib/vagrant-docker-exec.rb', line 13

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end