Class: Docker

Inherits:
StationModule
  • Object
show all
Defined in:
lib/vagrant/conductor/modules/docker/docker.rb

Instance Method Summary collapse

Instance Method Details

#installObject



3
4
5
# File 'lib/vagrant/conductor/modules/docker/docker.rb', line 3

def install
  shell_provision("bash #{scripts}/install.sh")
end

#provisionObject



7
8
9
10
11
# File 'lib/vagrant/conductor/modules/docker/docker.rb', line 7

def provision
  if args.find?('install', false)
    install
  end
end