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