/Docker

Docker Is Deleting Open Source Organisations - What You Need To Know

- Alex Ellis tl;dr: “Yesterday, Docker sent an email to any Docker Hub user who had created an "organisation", telling them their account will be deleted including all images, if they do not upgrade to a paid team plan. The email contained a link to a tersely written PDF (since, silently edited) which was missing many important details which caused significant anxiety and additional work for open source maintainers.” Alex discusses the implications of this.

featured in #398


How To Improve Your Docker Containers Security (Cheat Sheet Included)

- Thomas Segura tl;dr: "Containers are no security devices. That's why we've curated a set of easily actionable recommendations to improve your Docker containers security. Check out the one-page cheat sheet."

featured in #243


Goodbye Docker: Purging is Such Sweet Sorrow

- Ian Miell tl;dr: Docker daemon was using 100% CPU on multiple cores, prompting the author to ask why does Docker need a Daemon at all. He runs through several substitutes and differences between them.

featured in #149


Farewell To fsync(): 10× Faster Database Tests With Docker

- Shobhit Agarwal tl;dr: When running tests you don't care about writing to your database. Using Docker to create a DB instance and disabling fsync(), you are able to run tests 10x faster.

featured in #132