Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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文件启动容器

About

Træfik for docker

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages