30 31 32 33
# File 'lib/gitlab/qa/docker/engine.rb', line 30 def read_file(image, tag, path, &block) cat_file = "run --rm --entrypoint /bin/cat #{image}:#{tag} #{path}" Docker::Command.execute(cat_file, &block) end