class Gitlab::QA::Docker::Command

def execute!(&block)

def execute!(&block)
  Docker::Shellout.new(self).execute!(&block)
end