class Gitlab::QA::Docker::Engine

def exec(name, command)

def exec(name, command)
  Docker::Command.execute("exec #{name} bash -c '#{command}'")
end