From 20d976e4b27614162447af49849535664faf0ed3 Mon Sep 17 00:00:00 2001 From: nozaq Date: Tue, 14 Jul 2026 19:00:33 +0900 Subject: [PATCH] docs: revise README content for clarity and detail Updated the README to enhance clarity on the purpose and benefits of Bare Dev Container Templates. Signed-off-by: nozaq --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bd8492..a609b3d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Bare Dev Container Templates -Minimal, secure, and bloat-free Dev Container templates for various technology stacks. +Development containers are part of the trusted development environment, yet unverified base images, excessive privileges, and costly rebuilds can expand both software supply-chain and runtime risk—and delay the adoption of security updates. -Each template is built on top of [Bare Dev Container Images] — minimal base images with a reduced attack surface that receive regular security updates. See the [Bare Dev Container Images] repository for details on the design goals and security verification. +Bare Dev Container Templates offers opinionated, ready-to-use configurations built on [Bare Dev Container Images]. They combine hardened defaults, persistent toolchain caches, and stack-specific editor integration so projects can rebuild frequently without sacrificing day-to-day usability. ## Goals