debug
작성자: nvidia
파일 기반 명령 릴레이(tools/debugger)를 통해 원격 Docker 컨테이너 내에서 명령을 실행합니다. 사용자가 "Docker에서 실행", "GPU에서 실행", "디버그…"라고 말할 때 사용하세요.
npx skills add https://github.com/nvidia/model-optimizer --skill debugRemote Docker Debugger
Execute commands inside a Docker container from the host using the file-based command relay.
Read tools/debugger/CLAUDE.md for full usage details — it has the protocol and examples.
Quick Reference
# Check connection
bash tools/debugger/client.sh status
# Connect to server (user must start server.sh in Docker first)
bash tools/debugger/client.sh handshake
# Run a command
bash tools/debugger/client.sh run "<command>"
# Long-running command (default timeout is 600s)
bash tools/debugger/client.sh --timeout 1800 run "<command>"
# Cancel the currently running command
bash tools/debugger/client.sh cancel
# Reconnect after server restart
bash tools/debugger/client.sh flush
bash tools/debugger/client.sh handshake