
How Data Travels in a Network
The Journey of a Packet: OSI, IP, MAC, and Routing Explained
Oct 2, 202519 min read
Search for a command to run...

The Journey of a Packet: OSI, IP, MAC, and Routing Explained

My journey into Docker’s internals began when I explored how Docker pulls images. That curiosity led me to wonder how Docker manages storage on a local system. I found the answer in the Docker documentation on storage drivers, which offers a detailed...

During a recent debugging session with a program that uses config.digest field from the JSON manifest file of Docker images as Image SHA to pull from DockerHub (or other registries), I encountered an intriguing error: Error response from daemon: unkn...