blob: 940ece1db99e5d7ceb75f4b2d3d1304c3fe7afc9 [file] [log] [blame]
Patrick Williamsd849ec72016-08-17 14:59:38 -05001# The Docker registry configuration file
2DOCKER_REGISTRY_CONFIG=/etc/docker-registry.yml
3
4# The configuration to use from DOCKER_REGISTRY_CONFIG file
5SETTINGS_FLAVOR=local
6
7# Address to bind the registry to
8REGISTRY_ADDRESS=0.0.0.0
9
10# Port to bind the registry to
11REGISTRY_PORT=5000
12
13# Number of workers to handle the connections
14GUNICORN_WORKERS=4
15
16STANDALONE=true
17
18MIRROR_SOURCE=https://registry-1.docker.io
19MIRROR_SOURCE_INDEX=https://index.docker.io