Class: Dru::Commands::Down

Inherits:
Dru::Command show all
Defined in:
lib/dru/commands/down.rb

Constant Summary

Constants inherited from Dru::Command

Dru::Command::DOCKER_COMPOSE_COMMAND

Instance Attribute Summary

Attributes inherited from Dru::Command

#options

Instance Method Summary collapse

Methods inherited from Dru::Command

#command, #container_name_to_id, #cursor, #default_docker_compose, #docker_compose_paths, #editor, #environment, #environment_docker_compose, #exec_exist?, #generator, #pager, #platform, #project_configuration_path, #project_name, #prompt, #run_docker_compose_command, #screen, #which

Instance Method Details

#execute(input: $stdin, output: $stdout) ⇒ Object



8
9
10
# File 'lib/dru/commands/down.rb', line 8

def execute(input: $stdin, output: $stdout)
  run_docker_compose_command('down')
end