Module: VagrantPlugins::DockerNSEnter
- Defined in:
- lib/vagrant-docker-nsenter.rb,
lib/vagrant-docker-nsenter/errors.rb,
lib/vagrant-docker-nsenter/plugin.rb,
lib/vagrant-docker-nsenter/version.rb,
lib/vagrant-docker-nsenter/command/nsenter.rb
Defined Under Namespace
Modules: Command, Errors Classes: Plugin
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
16 17 18 |
# File 'lib/vagrant-docker-nsenter.rb', line 16 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |