Skip to content

EsWork/docker-traefik

Repository files navigation

Build Status

Supported tags and respective Dockerfile links

Introduction

基于Alpine linux镜像构建traefik

Getting started

Installation

自动化构建镜像的可用Dockerhub和推荐的安装方法

docker pull eswork/traefik:latest

或者你可以自己构建镜像

docker build -t eswork/traefik github.com/eswork/docker-traefik

Quickstart

运行traefik:

docker run --name traefik -d \
  -p 8080:8080 -p 80:80 -p 443:443 \
  -v /etc/localtime:/etc/localtime:ro \
  --restart=unless-stopped -d \
  eswork/traefik

或者您可以使用示例docker-compose.yml文件启动容器