Class: Docker
- Inherits:
-
StationModule
- Object
- StationModule
- Docker
- Defined in:
- lib/vagrant/conductor/modules/docker/docker.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
3 4 5 |
# File 'lib/vagrant/conductor/modules/docker/docker.rb', line 3 def install shell_provision("bash #{scripts}/install.sh") end |
#provision ⇒ Object
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 |