Ubuntu ROCK for Traefik, a modern HTTP reverse proxy and load balancer.
10K+
ubuntu/traefik is a rock for traefik maintained by Canonical.
Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Consul, Etcd, Rancher v2, Amazon ECS, ...) and configures itself automatically and dynamically.
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures |
|---|---|---|---|---|
2.11-26.04_edge | 09/2026 | 2.11 | 26.04 | arm64, amd64, s390x |
| Tags | Support ended on | Upgrade Path | |
|---|---|---|---|
2.11.0-22.04_stable | aliases2-22.042-22.04_beta2-22.04_candidate2-22.04_edge2-22.04_stable2.11-22.042.11-22.04_beta2.11-22.04_candidate2.11-22.04_edge2.11-22.04_stable2.11.0-22.042.11.0-22.04_beta2.11.0-22.04_candidate2.11.0-22.04_edge | 03/2025 | - |
2.10.6-22.04_stable | aliases2.10.6-22.042.10.6-22.04_beta2.10.6-22.04_candidate2.10.6-22.04_edge | 03/2025 | - |
2.10.5-22.04_stable | aliases2.10.5-22.042.10.5-22.04_beta2.10.5-22.04_candidate2.10.5-22.04_edge | 03/2025 | - |
2.10.7-22.04_stable | aliases2.10-22.042.10-22.04_beta2.10-22.04_candidate2.10-22.04_edge2.10-22.04_stable2.10.7-22.042.10.7-22.04_beta2.10.7-22.04_candidate2.10.7-22.04_edge | 03/2025 | - |
2.10.4-22.04_stable | aliases2.10.4-22.042.10.4-22.04_beta2.10.4-22.04_candidate2.10.4-22.04_edge | 03/2025 | - |
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
To view the Pebble services and checks defined in this rock:
docker run --rm ubuntu/traefik:2.11.0-22.04_stable plan
To run this rock, use any of the usual container runtimes, for example, docker:
docker run --name traefik-container \
-p 80:80 \
ubuntu/traefik:2.11.0-22.04_stable
Access the Traefik instance at http://localhost:80.
To view the logs of the running container, run:
docker exec traefik-container pebble logs
Or, for a specific service:
docker exec traefik-container pebble logs <service>
Rocks may have predefined health checks that you can list by running:
docker exec traefik-container pebble checks
The overall health of your container can be inspected via:
docker exec traefik-container pebble health
| Option | Description | Default |
|---|---|---|
| TZ | Timezone. | UTC |
| Option | Description | Default |
|---|---|---|
-v <path>:/etc/traefik/prometheus.yml | Local configuration file for Traefik. | None |
| Option | Description | Default |
|---|---|---|
-p <port>:80 | Expose the container's port 80 on the host's <port> for HTTP connections. | None |
-p <port>:443 | Expose the container's port 443 on the host's <port> for HTTPS connections. | None |
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
Content type
Image
Digest
sha256:6c0a6583c…
Size
85.6 MB
Last updated
6 days ago
docker pull ubuntu/traefik:2.11-26.04_edgePulls:
1,755
Last week