docs: update compose matrix 'build' supported, link capabilities man page

This commit is contained in:
Pasha Sviderski
2026-01-10 15:27:42 +11:00
parent 6c2f85d38a
commit 7e739dd2f0
@@ -4,11 +4,11 @@ Uncloud supports a subset of the [Compose specification](https://compose-spec.io
The following table shows the support status for main Compose features:
| Feature | Support Status | Notes |
|--------------------|--------------------|---------------------------------------------------------------------------------------|
|--------------------|--------------------|------------------------------------------------------------------------------------------------|
| **Services** | | |
| `build` | ⚠️ Limited | Build context and Dockerfile |
| `cap_add` | ✅ Supported | Additional kernel capabilities |
| `cap_drop` | ✅ Supported | Which capabilities to drop |
| `build` | ✅ Supported | Build context and Dockerfile |
| `cap_add` | ✅ Supported | Additional kernel [capabilities](https://man7.org/linux/man-pages/man7/capabilities.7.html) |
| `cap_drop` | ✅ Supported | Which kernel [capabilities](https://man7.org/linux/man-pages/man7/capabilities.7.html) to drop |
| `command` | ✅ Supported | Override container command |
| `configs` | ✅ Supported | File-based and inline configs |
| `cpus` | ✅ Supported | CPU limit |