Module: Dapp::Dimg::Dapp::Command::Run

Included in:
Dapp
Defined in:
lib/dapp/dimg/dapp/command/run.rb

Instance Method Summary collapse

Instance Method Details

#run(docker_options, command) ⇒ Object



6
7
8
9
10
# File 'lib/dapp/dimg/dapp/command/run.rb', line 6

def run(docker_options, command)
  one_dimg!
  setup_ssh_agent
  Dimg.new(config: build_configs.first, dapp: self, ignore_git_fetch: true, should_be_built: true).run(docker_options, command)
end