🍺 BREW Explorer

← all formulae

docker-debug

brew install docker-debug v0.7.11 MIT

Use new container attach on already container go on debug

13
30-day installs · #7805
23
90-day · #9396
146
365-day · #8189
640
★ GitHub stars · updated 4mo ago

Build dependencies

go

GitHub topics

cli debug docker exec

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Use new container attach on already container go on debug",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:02+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "docker-debug",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-04-17T06:28:29Z",
  "github_readme_excerpt": "# Docker-debug\n\n[![Build Status](https://github.com/zeromake/docker-debug/actions/workflows/release.yml/badge.svg)](https://github.com/zeromake/docker-debug/actions/workflows/release.yml)\n[![Go Report Card](https://goreportcard.com/badge/zeromake/docker-debug)](https://goreportcard.com/report/zeromake/docker-debug)\n\n[English](README.md) \u2219 [\u7b80\u4f53\u4e2d\u6587](README-zh-Hans.md)\n\n## Overview\n\n`docker-debug` is an troubleshooting running docker container,\nwhich allows you to run a new container in running docker for debugging purpose.\nThe new container will join the `pid`, `network`, `user`, `filesystem` and `ipc` namespaces of the target container, \nso you can use arbitrary trouble-shooting tools without pre-installing them in your production container image.\n\n## Demo\n[![asciicast](https://asciinema.org/a/235025.svg)](https://asciinema.org/a/235025)\n## Quick Start\n\nInstall the `docker-debug` cli\n\n**mac brew**\n```shell\nbrew install zeromake/docker-debug/docker-debug\n```\n\n**download binary file**\n\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ckbd\u003euse bash or zsh\u003c/kbd\u003e\n\u003c/summary\u003e\n\n``` bash\n# get latest tag\nVERSION=`curl -w \u0027%{url_effective}\u0027 -I -L -s -S https://github.com/zeromake/docker-debug/releases/latest -o /dev/null | awk -F/ \u0027{print $NF}\u0027`\n\n# MacOS Intel\ncurl -Lo docker-debug https://github.com/zeromake/docker-debug/releases/download/${VERSION}/docker-debug-darwin-amd64\n\n# MacOS M1\ncurl -Lo docker-debug https://github.com/zeromake/docker-debug/releases/download/${VERSION}/docker-debug-darwin-arm64\n\n# Linux\ncurl -Lo docker-debug https://github.com/zeromake/docker-debug/releases/download/${VERSION}/docker-debug-linux-amd64\n\nchmod +x ./docker-debug\nsudo mv docker-debug /usr/local/bin/\n\n# Windows\ncurl -Lo docker-debug.exe https://github.com/zeromake/docker-debug/releases/download/${VERSION}/docker-debug-windows-amd64.exe\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ckbd\u003euse fish\u003c/kbd\u003e\n\u003c/summary\u003e\n\n``` fish\n# get latest tag\nset VERSION (curl -w \u0027%{url_effective}\u0027 -I -L -s -S https://github.com/zeromake/docker-debug",
  "github_repo": "zeromake/docker-debug",
  "github_stars": 640,
  "github_topics": [
    "cli",
    "debug",
    "docker",
    "exec"
  ],
  "homepage": "https://github.com/zeromake/docker-debug",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 13,
  "installs_365d": 146,
  "installs_90d": 23,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "docker-debug",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 7805,
  "rank_365d": 8189,
  "rank_90d": 9396,
  "raw_hash": "85d151f29749e55a",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/d/docker-debug.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.7.11",
  "versioned_formulae": [],
  "why_use_this": null
}