Class: Mrsk::Cli::Server
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Mrsk::Cli::Base
Instance Method Details
#bootstrap ⇒ Object
5 6 7 |
# File 'lib/mrsk/cli/server.rb', line 5 def bootstrap on(MRSK.hosts) { execute "which docker || (apt-get update -y && apt-get install docker.io -y)" } end |