Browse Source

docs: Compatibility chart (#1151)

Kroese 3 months ago
parent
commit
7b31f538ba
1 changed files with 8 additions and 10 deletions
  1. 8 10
      readme.md

+ 8 - 10
readme.md

@@ -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 💬