Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 601 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 601 Bytes

Traefik on Alpine (Docker)

Simple Dockerfile that will obtain the latest version of the official traefik binary and run it using Docker compose on an Alpine Linux image for easy extensibility. It has been adapted from the official traefik sources over at https://github.com/containous/traefik

Running

Want it running already?? Make it so!

After installing docker-compose:

$ docker-compose up

More documentation

All documentation for traefik can be found at https://docs.traefik.io/. Any issues with traefik itself should be opened at https://github.com/containous/traefik.