This visual execution shows how to inspect and debug Docker container networks step-by-step. First, we start a container with port mapping. Then we inspect its network settings to find the container IP and ports. Next, we test connectivity from inside the container using ping. We list all Docker networks and inspect the default bridge network to understand container connections. We also test the webserver inside the container with wget. Finally, we stop and remove the container to clean up. Variables like container status and IP are tracked through each step. Key moments clarify why we ping inside the container, the purpose of port mapping, and why inspecting the bridge network is important. The quiz questions reinforce understanding of container IP, stopping steps, and debugging commands. This process helps beginners visually follow Docker network inspection and debugging in a clear, stepwise manner.