{"id":30799409,"url":"https://github.com/triole/traefik-docker","last_synced_at":"2026-02-14T04:07:27.901Z","repository":{"id":143197964,"uuid":"449226376","full_name":"triole/traefik-docker","owner":"triole","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-30T21:00:38.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-05T19:28:51.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/triole.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-18T09:48:23.000Z","updated_at":"2022-01-18T09:51:27.000Z","dependencies_parsed_at":"2023-05-23T19:00:23.306Z","dependency_job_id":null,"html_url":"https://github.com/triole/traefik-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/triole/traefik-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triole%2Ftraefik-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triole%2Ftraefik-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triole%2Ftraefik-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triole%2Ftraefik-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/triole","download_url":"https://codeload.github.com/triole/traefik-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triole%2Ftraefik-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29435561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T03:34:37.767Z","status":"ssl_error","status_checked_at":"2026-02-14T03:34:09.092Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-05T19:11:46.769Z","updated_at":"2026-02-14T04:07:27.888Z","avatar_url":"https://github.com/triole.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traefik-Docker\n\n\u003c!--- mdtoc: toc begin --\u003e\n\n1. [Synopsis](#synopsis)\n2. [Prerequisites](#prerequisites)\n3. [How to run?](#how-to-run-)\n4. [Known problems](#known-problems)\n   1. [At least libseccomp 2.4.2 on your host](#at-least-libseccomp-2-4-2-on-your-host)\u003c!--- mdtoc: toc end --\u003e\n\n## Synopsis\n\nThis is a simple [Traefik](https://doc.traefik.io/traefik/) docker setup. It is simple and based on Alpine to provide true cross architecture compatibility.\n\n## Prerequisites\n\n1. Having [Task](taskfile.dev/) because it is used to simplify build and run processes\n\n2. Before the docker build this setup tries to fetch the Treafik binary from the system. Its path needs to be in `$PATH` so that the command `which traefik` delivers something processable.\n\n## How to run?\n\nAs usual a `Taskfile` can be found.\n\n```shell\n# build and run\ntask\n\n# list of all available tasks\ntask -l\n```\n\n## Known problems\n\n### At least libseccomp 2.4.2 on your host\n\nRunning `apk update` inside the container produces errors if the `libseccomp` version on your host is older that 2.4.2. Running this docker setup on Raspbian and CentOS produced these kind of errors.\n\nIf you cannot upgrade the `libseccomp` library, a possible fix is to downgrade the docker base image to 3.12 where the problem does not exist. You could do `FROM alpine:3.12`.\n\nCause of the issue is the date inside the container being wrong which makes the TLS certificate validation impossible.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriole%2Ftraefik-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftriole%2Ftraefik-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriole%2Ftraefik-docker/lists"}