Method: Sidedock::Container#bash

Defined in:
lib/sidedock/container.rb

#bash(command) ⇒ Object



38
39
40
# File 'lib/sidedock/container.rb', line 38

def bash(command)
  machine.execute "exec -t #{@id} bash -c '#{command}'"
end