ddev/ddev-traefik-router
DDEV's ddev-traefik-router, a wrapper on traefik
1M+
ddev-traefik-router is a simple wrapper on the upstream traefik image.
This container is used to allow all DDEV sites to exist side by side on shared ports (typically 80, 443, etc.). It serves as a reverse proxy to those sites, and forwards traffic to the appropriate site depending on the hostname.
This container image is part of DDEV, and not typically used stand-alone.
Use DDEV
See DDEV docs
To run the container by itself:
docker run -it --rm ddev/ddev-traefik-router:<tag> bash
https://github.com/ddev/ddev/tree/main/containers/ddev-traefik-router
https://github.com/ddev/ddev/issues
DDEV is an open source tool for launching local web development environments in minutes. It supports PHP and Node.js.
These environments can be extended, version controlled, and shared, so you can take advantage of a Docker workflow without Docker experience or bespoke configuration. Projects can be changed, powered down, or removed as easily as they’re started.
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
docker pull ddev/ddev-traefik-router