Containerized applications ஐ debug செய்ய logs ஐ inspect செய்தல், containers உள்ளே shell பெறுதல், configuration மற்றும் state ஐ examine செய்தல், மற்றும் common issues (crashes, networking, resources) ஐ diagnose செய்தல் ஆகியவை உள்ளடங்கும். Troubleshoot செய்ய எப்படி தெரிந்திருப்பது அத்यாவசியமான practical skill ஆகும்.
Logs மற்றும் status ஐ inspect செய்தல்
docker ps -a
docker logs <container>
docker logs -f -- 100 <container>
docker inspect <container>
docker events
