Class: Kontena::Plugin::Shell::ShellCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/kontena/plugin/shell/shell_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



7
8
9
# File 'lib/kontena/plugin/shell/shell_command.rb', line 7

def execute
  Kontena::Plugin::Shell::Session.new(context_list).run
end