{"id":20374206,"url":"https://github.com/titom73/docker-network-toolkit","last_synced_at":"2026-04-22T05:33:49.579Z","repository":{"id":339015979,"uuid":"1060021922","full_name":"titom73/docker-network-toolkit","owner":"titom73","description":"MIRROR - A set of personnal docker images for networking lab","archived":false,"fork":false,"pushed_at":"2026-02-17T15:07:16.000Z","size":3414,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T20:18:19.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/titom73.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":"2025-09-19T09:19:12.000Z","updated_at":"2026-02-17T15:07:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/titom73/docker-network-toolkit","commit_stats":null,"previous_names":["titom73/docker-network-toolkit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/titom73/docker-network-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titom73%2Fdocker-network-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titom73%2Fdocker-network-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titom73%2Fdocker-network-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titom73%2Fdocker-network-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/titom73","download_url":"https://codeload.github.com/titom73/docker-network-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titom73%2Fdocker-network-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32122747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","docker-image","ssh"],"created_at":"2024-11-15T01:23:00.548Z","updated_at":"2026-04-22T05:33:49.574Z","avatar_url":"https://github.com/titom73.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Docker Network Toolkit\n\nCollection of Docker images for network testing, troubleshooting, and lab environments. Each image is designed for integration with [ContainerLab](https://containerlab.dev/) and network device testing, with a focus on Arista EOS.\n\n## Available Registries\n\nAll images are published to **two registries**:\n\n- **GitHub Container Registry (Public)**: `ghcr.io/titom73/*`\n- **Forgejo Container Registry (Private)**: `git.as73.inetsix.net/docker/*`\n\n## Available Images\n\n### 🛠️ [Multitool](multitool/)\n\nMulti-arch network troubleshooting container with 40+ tools (nginx, FRR, SSH, tcpdump, etc.)\n\n```bash\n# GitHub Container Registry\ndocker pull ghcr.io/titom73/multitool:latest\ndocker run -d --rm ghcr.io/titom73/multitool:latest\n\n# Forgejo Container Registry\ndocker pull git.as73.inetsix.net/docker/multitool:latest\n```\n\n**Platforms**: linux/386, amd64, arm/v7, arm64, ppc64le\n\n---\n\n### 🔐 [FreeRADIUS Server](freeradius-server/)\n\nRADIUS server with Arista VSA dictionary for AAA testing\n\n```bash\n# GitHub Container Registry\ndocker pull ghcr.io/titom73/freeradius:latest\n\n# Forgejo Container Registry\ndocker pull git.as73.inetsix.net/docker/freeradius:latest\n```\n\n**Platforms**: linux/amd64, arm64\n\n---\n\n### 📡 [FreeRADIUS Client](freeradius-client/)\n\nRADIUS testing client (radtest) for lab validation\n\n```bash\n# GitHub Container Registry\ndocker pull ghcr.io/titom73/radtest:latest\n\n# Forgejo Container Registry\ndocker pull git.as73.inetsix.net/docker/radtest:latest\n```\n\n**Platforms**: linux/amd64, arm64\n\n---\n\n### 🔑 [TACACS+ Server](tacacs-server/)\n\nTACACS+ authentication server (Ubuntu and Alpine variants)\n\n```bash\n# GitHub Container Registry - Ubuntu (default)\ndocker pull ghcr.io/titom73/tacacs-plus:latest\ndocker pull ghcr.io/titom73/tacacs-plus:ubuntu\n\n# GitHub Container Registry - Alpine\ndocker pull ghcr.io/titom73/tacacs-plus:alpine\n\n# Forgejo Container Registry\ndocker pull git.as73.inetsix.net/docker/tacacs-plus:alpine\ndocker run -itd --network tacacs-testing --name=tacacs -p 49:49 \\\n  git.as73.inetsix.net/docker/tacacs-plus:alpine\n```\n\n**Platforms**: linux/amd64, arm64\n\n---\n\n### 🚪 [SSH Server](ssh-server/)\n\nLightweight SSH jump host for mysocket.io and ContainerLab\n\n```bash\n# GitHub Container Registry\ndocker pull ghcr.io/titom73/ssh-server:latest\ndocker run --rm \\\n  --publish=1337:22 \\\n  --env KEYPAIR_LOGIN=true \\\n  --volume /path/to/authorized_keys:/root/.ssh/authorized_keys \\\n  ghcr.io/titom73/ssh-server:latest\n\n# Forgejo Container Registry\ndocker pull git.as73.inetsix.net/docker/ssh-server:latest\n```\n\n**Platforms**: linux/386, amd64, arm/v7, arm64, ppc64le\n\n---\n\n### 🪝 [Webhook Receiver](receiver-webhook/)\n\nSimple webhook receiver for testing and demo purposes\n\n```bash\n# GitHub Container Registry\ndocker pull ghcr.io/titom73/webhook-receiver:latest\ndocker run -d -p 8282:80 ghcr.io/titom73/webhook-receiver:latest\n\n# Forgejo Container Registry\ndocker pull git.as73.inetsix.net/docker/webhook-receiver:latest\n```\n\n**Platforms**: linux/amd64, arm64\n\n---\n\n### 📬 [SNMP Trap Receiver](receiver-snmptrap/)\n\nSNMP trap receiver for lab and demo environments\n\n```bash\n# GitHub Container Registry\ndocker pull ghcr.io/titom73/snmptrap-receiver:latest\ndocker run -d --network host ghcr.io/titom73/snmptrap-receiver:latest\n\n# Forgejo Container Registry\ndocker pull git.as73.inetsix.net/docker/snmptrap-receiver:latest\n```\n\n**Platforms**: linux/amd64, arm64\n\n---\n\n## Building Locally\n\n**Default registry**: Forgejo (`git.as73.inetsix.net/docker/*`)\n\nEach image has its own `Makefile` with dual-registry support:\n\n```bash\n# Build locally (uses Forgejo registry by default)\ncd \u003cimage-directory\u003e\nmake build\n\n# Push to GitHub Container Registry\nmake push-github\n\n# Push to Forgejo Container Registry\nmake push-forgejo\n\n# Push to both registries\nmake push-all\n\n# Override registry/namespace (example: build for GitHub)\nmake build REGISTRY=ghcr.io NAMESPACE=titom73 IMAGE_TAG=v1.0\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftitom73%2Fdocker-network-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftitom73%2Fdocker-network-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftitom73%2Fdocker-network-toolkit/lists"}