This Website

It looks like a simple hugo static website, right? Let’s dig a bit deeper. If you check its repository, you will notice there’s a Dockerfile in there, so this website is built using Docker and running on nginx. ┌──────────────────────────┐ │ │ │ andreiv.com source code │ │ │ └────────────┬─────────────┘ │ │ ▼ ┌──────────────────────────┐ │ │ │ ┌──────────────────┐ │ │ │ │ │ │ │ nginx │ │ │ │ │ │ │ └──────────────────┘ │ │ │ │ docker image │ └──────────────────────────┘ Where is this docker image hosted?...

September 22, 2022 · 5 min · 885 words · Me