# File lib/docker.rb, line 88
  def options=(new_options)
    @options = env_options.merge(new_options || {})
    reset_connection!
  end