Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.
/ rpi-traefik Public archive

Build an ARM docker image for Træfɪk, a modern reverse proxy

Notifications You must be signed in to change notification settings

hypriot/rpi-traefik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-traefik Build Status

Full Deprecation notice

As of Traefik 1.3.8 and 1.4.0-RC2, Traefik provides official docker images for arm32v6 & arm64v8 ; also with Support manifest lists / manifest-tool in Docker, it's the same command whatever the processor you (amd64 or arm32v6 or arm64v8)

docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/etc/traefik/traefik.toml traefik

Other ARM architectures may follow in the future, have a look at it !

Overview

Build an ARM docker container for Traefik based on Alpine

Run it

For eg:

docker run -d -p 8080:8080 -p 80:80 -p  443:443 -v $PWD/traefik.toml:/etc/traefik/traefik.toml hypriot/rpi-traefik

Blog post

Documentation

Read the Traefik documentation for more details.

About

Build an ARM docker image for Træfɪk, a modern reverse proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published