traefik-training
Traefik Training course resources
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- setup.md
- docker-compose.yml
- traefik_overview.md
- whoami.yml
- docker-compose.cli.yml
- docker-compose.configuration.yml
- docker-compose.env.yml
- docker-compose.file.yml
- traefik-configuration.md
- traefik-entrypoints.yml
- traefik.yml
- docker-compose.answers.yml
- docker-compose.yml
- traefik-routers-and-services.md
- traefik.yml
- test
- docker-compose.dns.yml
- docker-compose.http.yml
- docker-compose.tls.yml
- traefik-https-tls.md
- traefik.dns.yml
- traefik.http.yml
- traefik.tls.yml
- docker-compose.auth.yml
- docker-compose.compress.yml
- docker-compose.error.yml
- docker-compose.ratelimit.yml
- docker-compose.redirect.yml
- traefik-middlewares.md
- traefik.dns.yml
- traefik.yml
- dashboard.yml
- traefik_rev4.json
- datasource.yml
- config.monitoring
- alert.rules
- prometheus.yml
- docker-compose.access-log.yml
- docker-compose.log.yml
- docker-compose.metrics.yml
- traefik-observability.md
- traefik.access-log.yml
- traefik.metrics.yml
- traefik.yml
- docker-compose.cli.yml
- traefik-operations.md
- traefik.yml
- docker-compose.pilot.yml
- traefik-advanced-tips.md
- traefik.yml
- 56k-logo.svg
- catapp_router_error.png
- catapp_router_service.png
- catapp_router_service_name.png
- traefik-dns-wildcard.png
- traefik-dns.png
- traefik-pilot-instance-registration.png
- traefik_logo.png
- Traefik_training.png
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/56kcloud/traefik-training
Downloads the entire project code from GitHub to your computer.
cd traefik-training
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f 01-Traefik-Overview/docker-compose.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
