diff options
Diffstat (limited to 'recipes-containers/docker-registry/files/docker-registry.conf')
| -rw-r--r-- | recipes-containers/docker-registry/files/docker-registry.conf | 19 |
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 | ||
| 2 | DOCKER_REGISTRY_CONFIG=/etc/docker-registry.yml | ||
| 3 | |||
| 4 | # The configuration to use from DOCKER_REGISTRY_CONFIG file | ||
| 5 | SETTINGS_FLAVOR=local | ||
| 6 | |||
| 7 | # Address to bind the registry to | ||
| 8 | REGISTRY_ADDRESS=0.0.0.0 | ||
| 9 | |||
| 10 | # Port to bind the registry to | ||
| 11 | REGISTRY_PORT=5000 | ||
| 12 | |||
| 13 | # Number of workers to handle the connections | ||
| 14 | GUNICORN_WORKERS=4 | ||
| 15 | |||
| 16 | STANDALONE=true | ||
| 17 | |||
| 18 | MIRROR_SOURCE=https://registry-1.docker.io | ||
| 19 | MIRROR_SOURCE_INDEX=https://index.docker.io | ||
