Hacker News new | ask | show | jobs
by mrweasel 42 days ago
For debugging image it's sometimes nice to be able to actually do stuff in the container, but for production image I'd agree.
2 comments

Some tricks:

docker run -it --rm --pid=container:myapp --network=container:myapp --cap-add SYS_PTRACE nicolaka/netshoot

kubectl debug -it pod-name --image=nicolaka/netshoot

And that's why Docker images are terrible as a packaging format. No sane packaging format should ever prevent software composition.