Dockerized My Blog Setup
After finishing a comprehensive Docker course, I felt comfortable with container primitives and the security practices around it. But tutorials only get you so far. To internalize these concepts and deepen my understanding, I decided to containerize my personal blog. My blog is already built with Hugo and uses the Papermod theme. Before, I just relied on a standard GitHub Action that compiled the static site and deployed it directly to GitHub Pages and it worked perfectly fine. ...