---
###############################################################################
# Docker registry configuration.

# Whether a docker registry is enabled.
docker_registry_enabled: False

# The port on which the docker registry server should listen.
# NOTE: This is set to 4000 rather than the default of 5000 to avoid clashing
#       with keystone.
docker_registry_port: 4000
