Sign inSign up

theanurin/traefik

By theanurin

Updated over 1 year ago

Portainer accelerates container adoption it reduces operational complexity.

Image
0

10K+

theanurin/traefik repository overview

Docker Image Version Docker Image Size Docker Pulls Docker Stars

Traefik

Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.

Image reason

  • Changed background color (to colorize your deployment zones)
  • Include Python3 + Requests library (to execute Python scripts to solve ACME DNS challenges)

Spec

Environment variables

This variables passes the names of the color to change background color

  • BG_COLOR

Volumes

  • /traefik-data

Inside

  • Traefik v3.3.1
  • Python 3.12.8-r1
  • py3-requests 2.32.3-r0

Launch

docker run --rm --interactive --tty \
  --env BG_COLOR='#ff0000' \
  --publish 80:80 \
  --publish 443:443 \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  theanurin/traefik

Support

Tag summary

Content type

Image

Digest

sha256:9fb209211

Size

61.9 MB

Last updated

over 1 year ago

docker pull theanurin/traefik