Sha256: c536ce487666fbd1d2a0b5ddffbbf9f651067404c1ab40cbeb908091ded948be
Contents?: true
Size: 421 Bytes
Versions: 64
Compression:
Stored size: 421 Bytes
Contents
module VagrantPlugins module DockerProvider module Action class PrepareNFSValidIds def initialize(app, env) @app = app @logger = Log4r::Logger.new("vagrant::action::vm::nfs") end def call(env) machine = env[:machine] env[:nfs_valid_ids] = machine.provider.driver.all_containers @app.call(env) end end end end end
Version data entries
64 entries across 57 versions & 9 rubygems