{"id":34691605,"url":"https://github.com/cloudresty/dockydeb","last_synced_at":"2026-04-12T19:48:08.050Z","repository":{"id":209067788,"uuid":"671810939","full_name":"cloudresty/dockydeb","owner":"cloudresty","description":"DockyDEB it's a lightweight Debian Docker image packed with a set of tools for quick and easy debugging sessions the can be used locally or inside a Kubernetes cluster as a shell pod.","archived":false,"fork":false,"pushed_at":"2025-12-14T02:48:18.000Z","size":80,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-16T02:24:45.974Z","etag":null,"topics":["containers","debian","docker","kubernetes"],"latest_commit_sha":null,"homepage":"https://cloudresty.com","language":"Shell","has_issues":false,"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/cloudresty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-07-28T07:30:03.000Z","updated_at":"2025-10-11T19:43:23.000Z","dependencies_parsed_at":"2025-12-14T02:05:31.551Z","dependency_job_id":null,"html_url":"https://github.com/cloudresty/dockydeb","commit_stats":null,"previous_names":["cloudresty/dockydeb"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cloudresty/dockydeb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudresty%2Fdockydeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudresty%2Fdockydeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudresty%2Fdockydeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudresty%2Fdockydeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudresty","download_url":"https://codeload.github.com/cloudresty/dockydeb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudresty%2Fdockydeb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28010297,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"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":["containers","debian","docker","kubernetes"],"created_at":"2025-12-24T21:59:58.266Z","updated_at":"2026-04-12T19:48:08.042Z","avatar_url":"https://github.com/cloudresty.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DockyDEB\n\n[![Weekly Update](https://github.com/cloudresty/dockydeb/actions/workflows/weekly-update.yaml/badge.svg)](https://github.com/cloudresty/dockydeb/actions/workflows/weekly-update.yaml)\n[![CI](https://github.com/cloudresty/dockydeb/actions/workflows/ci.yaml/badge.svg)](https://github.com/cloudresty/dockydeb/actions/workflows/ci.yaml)\n[![GitHub Tag](https://img.shields.io/github/v/tag/cloudresty/dockydeb?label=Version)](https://github.com/cloudresty/dockydeb/tags)\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Docker Hub](https://img.shields.io/docker/pulls/cloudresty/dockydeb)](https://hub.docker.com/r/cloudresty/dockydeb)\n\n\u0026nbsp;\n\nDockyDEB is a Debian-based Docker image from [Cloudresty.com](https://cloudresty.com) packaged with a small set of tools for quick and easy debugging sessions.\n\nDockyDEB can be used locally or in a Kubernetes cluster as a shell pod. Below are some examples of how to use it. If a specific version is required, please use the appropriate tag.\n\n\u0026nbsp;\n\n## Included Tools\n\nDockyDEB includes a comprehensive set of debugging and system administration tools:\n\n### Network \u0026 Connectivity\n\n- `curl`, `wget` - Download tools and HTTP clients\n- `dnsutils` - DNS lookup tools (nslookup, dig)\n- `iputils-ping` - Network ping utility\n- `net-tools` - Network configuration tools\n- `telnet` - Terminal network protocol\n\n\u0026nbsp;\n\n🔝 [back to top](#dockydeb)\n\n\u0026nbsp;\n\n### System Monitoring \u0026 Management\n\n- `htop` - Interactive process viewer\n- `btop` - Modern system monitor\n- `ncdu` - Disk usage analyzer\n\n\u0026nbsp;\n\n🔝 [back to top](#dockydeb)\n\n\u0026nbsp;\n\n### Development \u0026 Text Processing\n\n- `git` - Version control system\n- `vim` - Text editor\n- `jq` - JSON processor\n- `unzip`, `zip` - Archive utilities\n\n\u0026nbsp;\n\n🔝 [back to top](#dockydeb)\n\n\u0026nbsp;\n\n### Shell Environment\n\n- `zsh` - Advanced shell (default)\n- Oh My Zsh - ZSH framework with plugins\n- Powerlevel10K theme - Beautiful terminal prompt\n- Auto-suggestions and syntax highlighting\n- Custom welcome message\n\n\u0026nbsp;\n\n🔝 [back to top](#dockydeb)\n\n\u0026nbsp;\n\n## Docker Usage\n\nDockyDEB basic usage, suitable for most debugging sessions. This will start a DockyDEB based container with a shell prompt.\n\n\u0026nbsp;\n\n```bash\ndocker run \\\n    --interactive \\\n    --tty \\\n    --rm \\\n    --name dockydeb \\\n    --hostname dockydeb \\\n    cloudresty/dockydeb:latest zsh\n```\n\n\u0026nbsp;\n\nDockyDEB with a mounted volume, suitable for debugging sessions that require access to local files. This will start a DockyDEB based container with a shell prompt and a mounted volume.\n\n\u0026nbsp;\n\n```bash\ndocker run \\\n    --interactive \\\n    --tty \\\n    --rm \\\n    --name dockydeb \\\n    --hostname dockydeb \\\n    --volume /local-directory:/container-directory \\\n    cloudresty/dockydeb:latest zsh\n```\n\n\u0026nbsp;\n\n🔝 [back to top](#dockydeb)\n\n\u0026nbsp;\n\n## Kubernetes Shell Pod\n\nDockyDEB can be used as a shell pod in a Kubernetes cluster. This will start a DockyDEB based pod with a shell prompt.\n\n\u0026nbsp;\n\n```bash\nkubectl run dockydeb \\\n    --stdin \\\n    --tty \\\n    --rm \\\n    --restart=Never \\\n    --namespace=default \\\n    --image=cloudresty/dockydeb:latest \\\n    --command -- zsh\n```\n\n\u0026nbsp;\n\n🔝 [back to top](#dockydeb)\n\n\u0026nbsp;\n\n\u0026nbsp;\n\n---\n\n### Cloudresty\n\n[Website](https://cloudresty.com) \u0026nbsp;|\u0026nbsp; [LinkedIn](https://www.linkedin.com/company/cloudresty) \u0026nbsp;|\u0026nbsp; [BlueSky](https://bsky.app/profile/cloudresty.com) \u0026nbsp;|\u0026nbsp; [GitHub](https://github.com/cloudresty) \u0026nbsp;|\u0026nbsp; [Docker Hub](https://hub.docker.com/u/cloudresty)\n\n\u003csub\u003e\u0026copy; Cloudresty\u003c/sub\u003e\n\n\u0026nbsp;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudresty%2Fdockydeb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudresty%2Fdockydeb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudresty%2Fdockydeb/lists"}