github.com/greenboxal/deis@v1.12.1/registry/README.md (about)

     1  # Deis Registry
     2  
     3  A Docker image registry for use in the [Deis](http://deis.io) open source PaaS.
     4  
     5  This Docker image is based on the official
     6  [alpine:3.1](https://registry.hub.docker.com/_/alpine/) image.
     7  
     8  Please add any [issues](https://github.com/deis/deis/issues) you find with this software to
     9  the [Deis Project](https://github.com/deis/deis).
    10  
    11  ## Usage
    12  
    13  Please consult the [Makefile](Makefile) for current instructions on how to build, test, push,
    14  install, and start **deis/registry**.
    15  
    16  ## Environment Variables
    17  
    18  * **DEBUG** enables verbose output if set
    19  * **ETCD_PORT** sets the TCP port on which to connect to the local etcd
    20    daemon (default: *4001*)
    21  * **ETCD_PATH** sets the etcd directory where the registry announces
    22    its configuration (default: */deis/registry*)
    23  * **ETCD_TTL** sets the time-to-live before etcd purges a configuration
    24    value, in seconds (default: *10*)
    25  * **PORT** sets the TCP port on which the registry listens (default: *5000*)
    26  * **REGISTRY_PORT** set the TCP port on which registry listens
    27    (default: *5000*)
    28  * **REGISTRY_SECRET_KEY** set the registry's secret key (default: randomized)
    29  
    30  ## License
    31  
    32  © 2014 Engine Yard, Inc.
    33  
    34  Licensed under the Apache License, Version 2.0 (the "License"); you may
    35  not use this file except in compliance with the License. You may obtain
    36  a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
    37  
    38  Unless required by applicable law or agreed to in writing, software
    39  distributed under the License is distributed on an "AS IS" BASIS,
    40  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    41  See the License for the specific language governing permissions and
    42  limitations under the License.