Daily Shaarli

All links of one day in a single page.

January 29, 2020

Docker is the dangerous gamble which we will regret | Smash Company
thumbnail

Rather long rant that I think undervalues the convenience Docker provides in deploying programs in languages that don't make it easy to create a single, statically linked binary, but it links to lots of discussion about the pros and cons of docker.

I think the better criticism of Docker is that it is monolithic and complicated, and probably solutions like bubblewrap, runC, and Podman for managing containers or deploying simple apps are better.