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
Constant Summary collapse
- VERSION =
"0.1.3"
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
13 14 15 |
# File 'lib/vagrant-docker-exec.rb', line 13 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |