{"id":15576545,"url":"https://github.com/abn/tweety-bird","last_synced_at":"2025-03-12T17:40:39.523Z","repository":{"id":35825332,"uuid":"40108196","full_name":"abn/tweety-bird","owner":"abn","description":"Tweety BIRD - Tiny containerized BIRD (http://bird.network.cz/)","archived":false,"fork":false,"pushed_at":"2015-09-14T11:18:12.000Z","size":127,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T10:32:25.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abn.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}},"created_at":"2015-08-03T06:18:14.000Z","updated_at":"2021-05-11T02:02:53.000Z","dependencies_parsed_at":"2022-09-08T17:24:32.577Z","dependency_job_id":null,"html_url":"https://github.com/abn/tweety-bird","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Ftweety-bird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Ftweety-bird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Ftweety-bird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Ftweety-bird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abn","download_url":"https://codeload.github.com/abn/tweety-bird/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243266588,"owners_count":20263762,"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":[],"created_at":"2024-10-02T18:51:25.185Z","updated_at":"2025-03-12T17:40:39.500Z","avatar_url":"https://github.com/abn.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tweety BIRD\n\nThis project puts [BIRD](http://bird.network.cz/) in scratch docker container. It is available on [Docker Hub](https://registry.hub.docker.com/u/alectolytic/bird/) and can be pulled using the following command.\n\n```sh\ndocker pull alectolytic/bird\n```\n\nYou will note that this is a tiny image.\n```\n$ docker images | grep docker.io/alectolytic/bird\ndocker.io/alectolytic/bird    latest    2af5c2001ea8    10 minutes ago    3.676 MB\n```\n\n#### BIRD (with defaults)\n```sh\ndocker run -d --name bird -p 179:179 \\\n  alectolytic/bird\n```\n\n#### BIRD with custom configuration\n```sh\ndocker run -d --name bird -p 179:179 \\\n  -v /path/to/bird.conf:/etc/bird.conf \\\n  alectolytic/bird\n```\n\nIf you would like to preserve the default configuration, and extend it. You may add your configuration files to the `/etc/bird.d` directory. This is also exposed as a volume so that it may be mounted in other docker containers.\n\n**NOTE:** If running on an SELinux enabled system, run `chcon -Rt svirt_sandbox_file_t /path/to/bird.conf` before staring the container.\n\n#### Starting and stopping\nYou can start or stop `bird` container using the following command.\n```sh\n# Starting\ndocker start bird\n\n# stopping\ndocker stop bird\n```\n\n#### Using the BIRD client\nThis container comes with full bird client. If you've started a bird docker container instance as shown about with `--name bird`, you can connect to the bird instance with the client by executing the following command.\n\n```sh\ndocker exec -it bird /usr/sbin/birdc\n```\n\n#### Debugging\nIf debugging your configuration you can, do the following to run an instance inn interactive session.\n\n```sh\ndocker run --rm -it -p 179:179 \\\n  -v /path/to/bird.conf:/etc/bird.conf \\\n  alectolytic/bird\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabn%2Ftweety-bird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabn%2Ftweety-bird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabn%2Ftweety-bird/lists"}