Skip to content

Commit 1f255fe

Browse files
committed
docs: add key-features section
1 parent 599e947 commit 1f255fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626

2727
This repository contains [devcontainers](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers) tailored towards modern, embedded, software development.
2828

29+
### Key Features
30+
31+
- **Batteries Included** 🔋: Pre-configured tools for local development and continuous integration.
32+
- **Multi-platform Support** 🌍: Compatible with x64 and arm64 hardware on Windows, Linux, and macOS.
33+
- **Image Flavors** 🖼️: Dedicated containers for C++ and Rust development.
34+
- **IDE Integration** 💻: Fully compatible with GitHub Codespaces and VS Code.
35+
- **Semantic Versioning** 🔢: Clear versioning strategy for container images.
36+
- **Secure** 🔒: Emphasis on supply-chain security and compatible with Dependabot.
37+
- **Tested** ✅: Includes verification tests.
38+
2939
The containers try to be as "batteries included" as possible without being overly opinionated, and are usable for both local development and continuous integration.
3040

3141
All containers are multi-platform and can be used on x64 (x86-64) and arm64 hardware on an operating system that supports an [OCI](https://opencontainers.org/) compatible container engine. This includes Windows, Linux, and macOS on both Intel and Apple silicon.

0 commit comments

Comments
 (0)