24 25 26
# File 'lib/pdqtest/docker.rb', line 24 def self.exec(container, cmd) container.exec(wrap_cmd(cmd), tty: true) end