summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-registry/files/docker-registry.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker-registry/files/docker-registry.conf')
-rw-r--r--recipes-containers/docker-registry/files/docker-registry.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-containers/docker-registry/files/docker-registry.conf b/recipes-containers/docker-registry/files/docker-registry.conf
deleted file mode 100644
index 940ece1d..00000000
--- a/recipes-containers/docker-registry/files/docker-registry.conf
+++ /dev/null
@@ -1,19 +0,0 @@
1# 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