38 39 40
# File 'lib/sidedock/container.rb', line 38 def bash(command) machine.execute "exec -t #{@id} bash -c '#{command}'" end