Class: Mrsk::Cli::Server
- Inherits:
-
Base
- Object
- Thor
- Base
- Mrsk::Cli::Server
show all
- Defined in:
- lib/mrsk/cli/server.rb
Instance Method Summary
collapse
Methods inherited from Base
exit_on_failure?, #initialize
Instance Method Details
#bootstrap ⇒ Object
5
6
7
|
# File 'lib/mrsk/cli/server.rb', line 5
def bootstrap
on(MRSK.hosts + MRSK.accessory_hosts) { execute "which docker || (apt-get update -y && apt-get install docker.io -y)" }
end
|