Tracing Docker Internals: Socket Communication, Daemon, and Kernel Sharing
What really happens when you run docker ps: from CLI to Kernel Internals
Apr 5, 20268 min read18

Search for a command to run...

Series
If you use Docker regularly and want to understand what’s really happening behind the scenes, this series is for you.
What really happens when you run docker ps: from CLI to Kernel Internals

Can we prove Docker shares the same kernel as the host machine? Yes — and we can prove it hands-on. This was actually a random thought. I didn’t research existing proofs or blog posts because I wanted

If you’re containerizing your Go app and losing sleep over the image size even for a simple project. Then you’re probably overlooking Docker’s multi-stage builds feature. This technique lets you separ

Leveraging Docker for AI/ML, LLMs, Self-Hosting, Cloud Storage, and Beyond
