Malexandre
Thoughts from a random software engineer

Nginx

How I Dockerize My Server

Blog, Docker, Git, Nginx, OVH · Published the 09 Sep 17
907 words · 5 min read
To host this blog, I bought a VPS SSD 2 server on OVH. It’s 7€ per month, has a decent amount of storage for my current needs, and I will be able to build some apps on it. I could have gone with a classic shared hosting, but I wanted to be able to build my blog directly from my server. To do that, I dockerized everything. But why? First, for a simple reason: To be able to test my configuration locally before deploying it.
Read more →