# File lib/docker/volume.rb, line 10
  def normalize_hash(hash)
    hash['id'] ||= hash['Name']
  end