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.
The importer supports the settings documented in Pulp’s importer config docs.
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.