Class: Dip::Commands::Runners::DockerComposeRunner

Inherits:
Base
  • Object
show all
Defined in:
lib/dip/commands/runners/docker_compose_runner.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dip::Commands::Runners::Base

Instance Method Details

#executeObject



10
11
12
13
14
15
16
17
# File 'lib/dip/commands/runners/docker_compose_runner.rb', line 10

def execute
  Commands::Compose.new(
    *compose_profiles,
    command[:compose][:method],
    *compose_arguments,
    shell: command[:shell]
  ).execute
end