It's broken, now what? Debugging techniques for Docker packaging
10:05am - 10:35am on Saturday, October 3 in OnlineItamar Turner-Trauring
- Watch:
- https://youtu.be/SWHkY3IaCWU
Description
You’re packaging your Python application with Docker and something goes wrong:
- Your build won’t even finish.
- Or even worse, your build won’t finish and the relevant
pip
logs are stored…somewhere in the failed build? - Your container won’t start.
- You can’t connect to the running server.
Now what? You need to figure out the problem so you can fix it.
In this demonstration you will learn a variety of debugging techniques to help you figure out why your Docker packaging is broken. The talk will involve actual usage of the techniques in a terminal, so you can watch them in action.