{"id":15959744,"url":"https://github.com/dngray/containers","last_synced_at":"2025-04-04T10:59:28.040Z","repository":{"id":138515517,"uuid":"450726691","full_name":"dngray/containers","owner":"dngray","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-31T06:43:25.000Z","size":73,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T02:15:57.227Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dngray.png","metadata":{"files":{"readme":"readme.md","changelog":"changedetection/changedetection.mk","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}},"created_at":"2022-01-22T05:31:11.000Z","updated_at":"2024-05-31T06:43:28.000Z","dependencies_parsed_at":"2023-11-12T16:04:02.607Z","dependency_job_id":"b2f5d5e7-2e8b-4c04-b8ee-353d887b8e1f","html_url":"https://github.com/dngray/containers","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"1c16934cf7ed4eb0491d2bc5d74b305b9c647c34"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dngray%2Fcontainers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dngray%2Fcontainers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dngray%2Fcontainers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dngray%2Fcontainers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dngray","download_url":"https://codeload.github.com/dngray/containers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166156,"owners_count":20894652,"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-07T15:00:59.016Z","updated_at":"2025-04-04T10:59:27.996Z","avatar_url":"https://github.com/dngray.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Containers\n\nJust the containers I use.\n\n## IPv6\n\n### Docker\n\nIf using IPv6 with docker remember to [enable\nsupport](https://docs.docker.com/config/daemon/ipv6/) by adding this to\n`/etc/docker/daemon.json`\n\n```json\n{\n  \"experimental\": true,\n  \"ip6tables\": true\n}\n```\n\n### Podman\n\nFor podman see [How to configure Podman 4.0 for IPv6](https://developers.redhat.com/articles/2022/08/10/how-conifgure-podman-40-ipv6)\n\n1. Install `netavark`\n2. Set `network_backend = \"netavark\"` in `/etc/containers/containers.conf`\n3. The default `podman0` bridge does not have IPv6 defined and DNS disabled.\n4. Create a new bridge `podman network create --ipv6  podman1`\n5. Examine bridge: `podman network inspect podman1`\n6. The new bridge should have this defined:\n\n   ```json\n       {\n             \"subnet\": \"fd96:7c2e:b8d2:bf65::/64\",\n             \"gateway\": \"fd96:7c2e:b8d2:bf65::1\"\n       }\n   ],\n   \"ipv6_enabled\": true,\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdngray%2Fcontainers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdngray%2Fcontainers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdngray%2Fcontainers/lists"}