mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
docs: Compatibility chart (#224)
This commit is contained in:
parent
a4735a328f
commit
431b4b6ce9
1 changed files with 8 additions and 10 deletions
18
readme.md
18
readme.md
|
|
@ -64,16 +64,14 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/macos/refs/heads/maste
|
|||
|
||||
## 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 💬
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue