From 09fac48f609b3439c2dbcfe78cbb17227e5a927f Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Fri, 3 Jul 2026 22:27:50 +0200 Subject: [PATCH] docs: fix Docker version format from 28.04 to 28.0 --- docs/about/installation.mdx | 2 +- docs/reference/support-matrix.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about/installation.mdx b/docs/about/installation.mdx index 87c8a8363..ad3dcc892 100644 --- a/docs/about/installation.mdx +++ b/docs/about/installation.mdx @@ -29,7 +29,7 @@ OpenShell supports several local compute drivers. Package-managed gateways leave | Compute Driver | How It Is Configured | System Requirements | |---|---|---| | Podman | The gateway is configured to create rootless Podman containers through the Podman API socket. | Linux with Podman 5.x, cgroups v2, rootless networking, and an active Podman user socket. | -| Docker | The gateway is configured to create containers through Docker Desktop or Docker Engine. | Docker Desktop or Docker Engine 28.04 or later on the gateway host. | +| Docker | The gateway is configured to create containers through Docker Desktop or Docker Engine. | Docker Desktop or Docker Engine 28.0 or later on the gateway host. | | MicroVM | The gateway is configured to create VM-backed sandboxes. | Host virtualization support. MicroVM uses Hypervisor.framework on macOS, KVM on Linux, and QEMU for GPU-backed sandboxes on Linux. | For detailed driver behavior, refer to [Sandbox Compute Drivers](/reference/sandbox-compute-drivers). For gateway and sandbox operations, refer to [Gateways](/sandboxes/manage-gateways) and [Sandboxes](/sandboxes/manage-sandboxes). diff --git a/docs/reference/support-matrix.mdx b/docs/reference/support-matrix.mdx index bb390b06e..c75f5338a 100644 --- a/docs/reference/support-matrix.mdx +++ b/docs/reference/support-matrix.mdx @@ -52,7 +52,7 @@ Install the software for the compute driver you use: | Component | Minimum Version | Notes | |---|---|---| -| Docker Desktop or Docker Engine | 28.04 | Required for Docker-backed gateways, local image builds, and Docker development workflows. | +| Docker Desktop or Docker Engine | 28.0 | Required for Docker-backed gateways, local image builds, and Docker development workflows. | | Podman | 5.x | Required for Podman-backed gateways. | | Kubernetes | 1.29 | Required for Helm deployments and Kubernetes sandbox scheduling. | | Helm | 3.x | Required to install `deploy/helm/openshell`. |