mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
feat: add support for cap_add and cap_drop compose keys (#238)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user