9 in 10 Docker Compose files skip the basic security flags
According to the article, a security audit of 6,444 public Docker Compose files found that approximately 90% of them are missing three basic security flags: `read_only: true`, `cap_drop: [ALL]`, and `no-new-privileges`. …