# File lib/docker/image.rb, line 93
  def save_stream(opts = {}, &block)
    self.class.save_stream(self.id, opts, connection, &block)
  end