How to debug a docker image.

Harsimran Kaur
3 min readDec 29, 2021

Ever came across a time when a docker image just wouldn’t build successfully? Even after putting band-aids and patches all over the place and dropping jargon of list and print commands in between, you’re not able to see where exactly it went wrong. I had been through the same situation for some time, before I decided to approach the situation differently. And that’s what I am going to share with you now.

--

--