github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/builder/README.md (about)

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