Method: Mrsk::Commands::Accessory#execute_in_existing_container_over_ssh
- Defined in:
- lib/mrsk/commands/accessory.rb
#execute_in_existing_container_over_ssh(*command) ⇒ Object
67 68 69 |
# File 'lib/mrsk/commands/accessory.rb', line 67 def execute_in_existing_container_over_ssh(*command) run_over_ssh execute_in_existing_container(*command, interactive: true) end |