145 146 147 148 149 150 151 152 153
# File 'lib/gitlab/qa/docker/engine.rb', line 145 def inspect(name) Docker::Command.new('inspect').then do |command| yield command if block_given? command << name command.execute! end end