Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-r...@lists.debian.org

* Package name    : cntr
  Version         : 1.5.3
  Upstream Contact: Jörg Thalheim <jo...@thalheim.io>
* URL             : https://github.com/Mic92/cntr
* License         : MIT
  Programming Lang: Rust
  Description     : cntr is a replacement for docker exec that brings all your 
developer tools with you

cntr is a replacement for docker exec that brings all your developer
tools with you. This is done by mounting the file system from one
container or the host into the target container by creating a nested
container with the help of a FUSE filesystem. This allows to ship
minimal runtime image in production and limit the surface for exploits,
while beign able to debug containers with more tools. It support most
container technologies.

I think it's a cool tool to have (containers are famously hard to debug
from the inside and the outside. This tool provides both worlds
together. More info at
https://www.grulic.org.ar/~mdione/glob/posts/debugging-docker-containers-with-the-hosts-tools/

Reply via email to