Unverified Commit 4e7822fe authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Compatibility chart (#946)

parent 4dfcbe4a
Loading
Loading
Loading
Loading
+8 −10
Original line number Diff line number Diff line
@@ -62,16 +62,14 @@ kubectl apply -f https://raw.githubusercontent.com/vdsm/virtual-dsm/refs/heads/m

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