Class: Dru::Commands::Exec

Inherits:
Dru::ContainerCommand show all
Defined in:
lib/dru/commands/exec.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::ContainerCommand

#initialize

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

Constructor Details

This class inherits a constructor from Dru::ContainerCommand

Instance Method Details

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



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

def execute(input: $stdin, output: $stdout)
  run_docker_compose_command('exec', container, *@command, tty: true)
end