1
0
Fork 0

traefik.toml comments

This commit is contained in:
emile 2015-09-14 14:38:21 +02:00
parent 341002e005
commit 0b6a3ae669
5 changed files with 203 additions and 53 deletions

View file

@ -30,18 +30,19 @@ It supports several backends (Docker, Mesos/Marathon, Consul, Etcd, Rest API, fi
# Quick start
* The simple way: go to the [releases](https://github.com/emilevauge/traefik/releases) page and get a binary.
* Or simply execute:
```
go get github.com/emilevauge/traefik
```
* Just run it!
* The simple way: go to the [releases](https://github.com/emilevauge/traefik/releases) page and get a binary for your platform.
Just run it!
```
./traefik traefik.toml
```
* Use the tiny Docker image:
```
docker run -t -p 8081:8080 -p 80:80 -v $PWD/traefik.toml:/traefik.toml emilevauge/traefik
```
# Configuration
## Global configuration