It has been over a year now that I migrated my 2 blogs on full Docker-hosting and I wanted it to be as simple as possible for several reasons:
- Docker is easy to work with and to maintain
- Everything is Dockerizable
- I don't want to spend more than an hour every month or so to upgrade my stacks
At work, we previously used CoreOS to deploy a fleet of Dockerized apps but it was hard to maintain but more specifically, CoreOS is designed for distributed apps, which is not the case of this blog.
So, I searched for a simpler
> Continue Reading