Projects STRLCPY cdebug Commits 249f96a5
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    .gitignore
     1 +*.swp
     2 +*.swo
     3 + 
     4 +cdebug
     5 + 
  • ■ ■ ■ ■ ■ ■
    Makefile
     1 +build:
     2 + go build -o cdebug
     3 + 
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 16 lines
    17 17  - `busybox` - a good default choice
    18 18  - `nixery.dev/shell/...` - [a very powerful way to assemble images on the fly](https://nixery.dev/).
    19 19   
     20 +Supported runtimes:
     21 + 
     22 +- Docker (via the socket file)
     23 +- containerd (via the socket file) - coming soon
     24 +- Kubernetes CRI (via the CRI gRPC API) - coming later
     25 +- Kubernetes (via the API server) - coming later
     26 +- runc or alike (via directly invoking the CLI) - coming later.
     27 + 
    20 28  ## How it works
    21 29   
    22 30  The technique is based on the ideas from this [blog post](https://iximiuz.com/en/posts/docker-debug-slim-containers).
    skipped 84 lines
Please wait...
Page is in error, reload to recover