summaryrefslogtreecommitdiff
path: root/import-layers/meta-virtualization/recipes-containers/docker-registry/files/docker-registry.conf
blob: 940ece1db99e5d7ceb75f4b2d3d1304c3fe7afc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# The Docker registry configuration file
DOCKER_REGISTRY_CONFIG=/etc/docker-registry.yml

# The configuration to use from DOCKER_REGISTRY_CONFIG file
SETTINGS_FLAVOR=local

# Address to bind the registry to
REGISTRY_ADDRESS=0.0.0.0

# Port to bind the registry to
REGISTRY_PORT=5000

# Number of workers to handle the connections
GUNICORN_WORKERS=4

STANDALONE=true

MIRROR_SOURCE=https://registry-1.docker.io
MIRROR_SOURCE_INDEX=https://index.docker.io