When you’re building a Docker image for your Python application, you’re building on top of an existing image—and there are many possible choices. There are OS images like Ubuntu and CentOS, and there are the many different variants of the python base imag... (more…)
Read more »
Drupal 8 local development with ddev achieves performance gains of 20% to 400% as a result of the new user-guided cache feature from Docker for Mac! (more…)
Read more »
Aqua’s research team identified attacks that exploited misconfigured open Docker daemons to hijack environments in order to launch targeted DDoS attacks. (more…)
Read more »
After clarifying why [I use Docker for every project I set up](/tidbits/2021/01/why-i-use-docker-for-every-project/)
let me try to clarify also: **Why would I use a docker-compose setup over a single Dockerfile setup?**
I had been doing the single Dockerf... (more…)
Read more »