feat: add support for cap_add and cap_drop compose keys (#238)

This commit is contained in:
Andrey Viktorov
2026-01-10 15:13:03 +11:00
committed by GitHub
parent 1ea1d15845
commit 6c2f85d38a
8 changed files with 68 additions and 0 deletions
@@ -7,6 +7,8 @@ The following table shows the support status for main Compose features:
|--------------------|--------------------|---------------------------------------------------------------------------------------|
| **Services** | | |
| `build` | ⚠️ Limited | Build context and Dockerfile |
| `cap_add` | ✅ Supported | Additional kernel capabilities |
| `cap_drop` | ✅ Supported | Which capabilities to drop |
| `command` | ✅ Supported | Override container command |
| `configs` | ✅ Supported | File-based and inline configs |
| `cpus` | ✅ Supported | CPU limit |