Configuration
=============

Importer Configuration
----------------------

The Docker importer is configured by editing
``/etc/pulp/server/plugins.conf.d/docker_importer.json``. This file must be valid `JSON`_.

.. _JSON: http://json.org/

The importer supports the settings documented in Pulp's `importer config docs`_.

.. _importer config docs: https://pulp.readthedocs.org/en/latest/user-guide/server.html#importers

The following docker specific properties are supported:

``enable_v1``
  Enables the docker v1 protocol. Defaults to False when not specified.

``enable_v2``
  Enables the docker v2 protocol. Defaults to True when not specified.
