←back to thread

302 points Bogdanp | 1 comments | | HN request time: 0s | source
Show context
ahartmetz ◴[] No.44390744[source]
That person seems to be confused. Installing a single, statically linked binary is clearly simpler than managing a container?!
replies(3): >>44390794 #>>44390802 #>>44391204 #
hu3 ◴[] No.44390794[source]
From the article, the goal was not to simplify, but rather to modernize:

> So instead, I'd like to switch to deploying my website with containers (be it Docker, Kubernetes, or otherwise), matching the vast majority of software deployed any time in the last decade.

Containers offer many benefits. To name some: process isolation, increased security, standardized logging and mature horizontal scalability.

replies(4): >>44390824 #>>44391487 #>>44391938 #>>44392268 #
1. dwattttt ◴[] No.44391487[source]
Mightily resisting the urge to be flippant, but all of those benefits were achieved before Docker.

Docker is a (the, in some areas) modern way to do it, but far from the only way.