theanurin/traefik
Portainer accelerates container adoption it reduces operational complexity.
6.1K
Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.
This variables passes the names of the color to change background color
BG_COLOR
/traefik-data
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
docker pull theanurin/traefik