# File lib/docker/base.rb, line 22
  def normalize_hash(hash)
    hash["id"] ||= hash.delete("ID") || hash.delete("Id")
  end