docs: Compatibility chart (#1151)

This commit is contained in:
Kroese 2025-03-20 23:07:24 +01:00 committed by GitHub
parent 6bf854fc12
commit 7b31f538ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,16 +68,14 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
## Compatibility ⚙️
| **Product** | **Platform** | |
|---|---|---|
| Docker Engine | Linux | ✅ |
| Docker Desktop | Linux | ❌ |
| Docker Desktop | macOS | ❌ |
| Docker Desktop | Windows 11 | ✅ |
| Docker Desktop | Windows 10 | ❌ |
| Podman | Linux | ✅ |
| Podman Desktop | Linux | ✅ |
| Github Codespaces | Cloud | ✅ |
| **Product** | **Linux** | **Win11** | **Win10** | **macOS** |
|---|---|---|---|---|
| Docker CLI | ✅ | ✅ | ❌ | ❌ |
| Docker Desktop | ❌ | ✅ | ❌ | ❌ |
| Podman CLI | ✅ | ✅ | ❌ | ❌ |
| Podman Desktop | ✅ | ✅ | ❌ | ❌ |
| Kubernetes | ✅ | ✅ | ❌ | ❌ |
| Github Codespaces | ✅ | ✅ | ✅ | ✅ |
## FAQ 💬