From 2fcab21835a8b3d39d4caf23901edd5094e0a8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Tue, 17 Oct 2023 10:59:36 +0200 Subject: [PATCH] docs: clear up lima column on containers page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The OS support is the same for the Linux machine, no matter what distribution and what container engine is getting installed on it. Signed-off-by: Anders F Björklund --- website/docs/onboarding-for-containers/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/onboarding-for-containers/index.md b/website/docs/onboarding-for-containers/index.md index e8b347f9734..2770a2e558c 100644 --- a/website/docs/onboarding-for-containers/index.md +++ b/website/docs/onboarding-for-containers/index.md @@ -29,7 +29,7 @@ Podman Desktop does not automatically set up container engine resources that you - Select a Podman execution environment: - | Host operating system | Native containers | Podman machine | Lima instance | + | Host operating system | Native containers | Podman Machine | Lima instance | | :-------------------- | :---------------: | :---------------------------: | :-------------: | | Windows | ❌ no | ✅ yes | ❌ experimental | | macOS | ❌ no | ✅ yes | ✅ yes | @@ -37,11 +37,11 @@ Podman Desktop does not automatically set up container engine resources that you - Select a Docker execution environment: - | Host operating system | Native containers | Lima instance | Docker Desktop | - | :-------------------- | :---------------: | :-----------: | :------------: | - | Windows | ❌ no | ❌ no | ✅ yes | - | macOS | ❌ no | ✅ yes | ✅ yes | - | Linux | ✅ yes | ❌ no | ✅ yes | + | Host operating system | Native containers | Docker Desktop | Lima instance | + | :-------------------- | :---------------: | :------------: | :-------------: | + | Windows | ❌ no | ✅ yes | ❌ experimental | + | macOS | ❌ no | ✅ yes | ✅ yes | + | Linux | ✅ yes | ✅ yes | ✅ yes | 3. Setup your container engine.