docker:ai:81e11
Using traefik with docker as a reverse dns, how do i see all active routings
$ docker exec -it ${traefik_container_id} traefik store dump | jq '.http.routers'
try on your machine
This command will execute the traefik container and output all active routing configurations in JSON format.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- Using traefik with docker as a reverse dns, how do i see all active routings?