Docker
/Intermediate
Troubleshooting Questions
Definition
Questions testing your practical ability to use CLI tools to diagnose failing containers, network issues, and build errors.
Explain Like I'm New
Proving you know what to type when the screen goes red.
Real World Example
Question: 'A container starts and then immediately exits with a Status code 137. What does that code mean and how do you investigate it?'
Common Use Cases
- •Operational readiness checks
Interview Questions
basic
- If a container is failing to boot and restarting infinitely, what is the first command you type to figure out why?
intermediate
- Two containers on a custom bridge network cannot ping each other. What command would you use to verify they are actually on the same network?