{"id":15611639,"url":"https://github.com/smlng/docker-routinator","last_synced_at":"2026-04-29T18:33:44.449Z","repository":{"id":89706255,"uuid":"171745519","full_name":"smlng/docker-routinator","owner":"smlng","description":"A Docker Setup for the NLnet-Labs Routinator","archived":false,"fork":false,"pushed_at":"2019-02-21T07:55:10.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-04T15:48:46.319Z","etag":null,"topics":["docker","docker-compose","rpki","rtr"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smlng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-02-20T20:37:28.000Z","updated_at":"2019-02-21T07:55:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4eb6f4ea-5444-4a3e-8d8b-510b9c91ad05","html_url":"https://github.com/smlng/docker-routinator","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"aea48e0882c6938eda07448ec95ed928e0669b56"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smlng%2Fdocker-routinator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smlng%2Fdocker-routinator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smlng%2Fdocker-routinator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smlng%2Fdocker-routinator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smlng","download_url":"https://codeload.github.com/smlng/docker-routinator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246200318,"owners_count":20739566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","docker-compose","rpki","rtr"],"created_at":"2024-10-03T06:06:09.552Z","updated_at":"2026-04-29T18:33:39.430Z","avatar_url":"https://github.com/smlng.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Docker Setup for the NLnet-Labs Routinator\n\n## Prerequisites\n\nTo create and run the docker container you need a host system with\nDocker and docker-compose installed. This may need superuser rights\ne.g. `sudo`.\n\n## Configure the Routinator\n\nThe Routinator will download (rsync) ROAs from the 5 major RIRs, i.e,\nAFRINIC, APNIC, ARIN, LACNIC, and RIPE, also refered to as trust anchors.\nFor downloading TRUST ANCHOR LOCATOR (TAL) files are required, the Routinator\ncomes with 4 of them, however the TAL for ARIN is not included.\nThus, download the TAL file from [ARIN] and save it into the `tals` folder,\nuse the RFC7730 format.\n\nThe Routinator has not explicit configuration file, but you may remap the\nRTR port if needed.\n\n**Note(1)**: do not change host/server or port settings in the Dockerfile,\nthis can be done in the `docker-compose.yml`. To do so, open the yml\nfile and change the values in section `ports`, format is `HOST_PORT:DOCKER_PORT`.\nFor instance to remap the RTR port change `3323:3323` to e.g. `4242:3323`.\n\n**Note(2)**: the service is set to restart always, i.e., on any errors or\nrestart of the host system.  See section `restart` in `docker-compose.yml` \nto change this if needed.\n\n## Run the Routinator in Docker\n\nUsing `docker-compose` this is easy, simply run `sudo docker-compose up -d`.\n\n**Note**: the service is run as non-root, i.e., with user `rpki` (uid=323).\n\n## Updating and Troubleshooting\n\nThe `docker-compose` command may require super user rights, i.e., run it \nwith `sudo` or as `root`.\n\nChanges to the configuration or new/added TAL files require a service restart.\nTo restart the service run `docker-compose restart`, if that does not help\nrun `docker-compose down \u0026\u0026 docker-compose up -d`.\n\nTo update the container(s) or recreate them in case of errors:\n1. Stop any running services: `docker-compose down`\n2. Force rebuild of the containers: `docker-compose build`\n3. Start the service: `docker-compose up -d`\n\nTo just stop the container for a moment and start it again use commands\n`docker-compose stop` and `docker-compose start`. This halts and\nstarts the container without deleting or recreating it.\n\n## Copyright and License\n\nFor the [ARIN] TAL and the Routinator (see [GitHub]) refer to the respective licenses.\nFor everything else in this repo the MIT License applies, see LICENSE file for details.\n\n[ARIN]: https://www.arin.net/resources/rpki/tal.html\n[GitHub]: https://github.com/NLnetLabs/routinator \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmlng%2Fdocker-routinator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmlng%2Fdocker-routinator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmlng%2Fdocker-routinator/lists"}