github.com/dustinrc/deis@v1.10.1-0.20150917223407-0894a5fb979e/logger/README.md (about)

     1  # Deis Logger
     2  
     3  A system logger 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  ```bash
    14  $ docker run deis/logger --help
    15  ```
    16  
    17  ## License
    18  
    19  © 2014 Engine Yard, Inc.
    20  
    21  Licensed under the Apache License, Version 2.0 (the "License"); you may
    22  not use this file except in compliance with the License. You may obtain
    23  a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
    24  
    25  Unless required by applicable law or agreed to in writing, software
    26  distributed under the License is distributed on an "AS IS" BASIS,
    27  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    28  See the License for the specific language governing permissions and
    29  limitations under the License.