class Gitlab::QA::Docker::Engine

def read_file(image, tag, path, &block)

def read_file(image, tag, path, &block)
  cat_file = "run --rm --entrypoint /bin/cat #{image}:#{tag} #{path}"
  Docker::Command.execute(cat_file, &block)
end