Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendborrelli committed Apr 14, 2015
1 parent 1f8474b commit 578c1a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# docker-consul-template
Alpine Linux + consul-template Docker container. Use as a base for other containers

## Usage

To use as a base for another image:

```
FROM asteris/consul-template:latest
```

## Configuration
There are two directories that can be used for configuration, or CLI args can be used.

Drop configuration files in `/consul-template/config.d`, and place
template files in `/consul-template/templates`.

0 comments on commit 578c1a1

Please sign in to comment.