From 5b1789f1fe32b9cabe638293bb7f9db466bc3fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Mon, 30 Jan 2023 14:06:03 +0100 Subject: [PATCH] docs: refreshed installation introduction (#1290) --- website/docs/Installation/_category_.json | 4 --- website/docs/Installation/index.md | 35 ++++++++++++++++++----- 2 files changed, 28 insertions(+), 11 deletions(-) delete mode 100644 website/docs/Installation/_category_.json diff --git a/website/docs/Installation/_category_.json b/website/docs/Installation/_category_.json deleted file mode 100644 index 28b2a4520f9..00000000000 --- a/website/docs/Installation/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Installation", - "position": 2 -} diff --git a/website/docs/Installation/index.md b/website/docs/Installation/index.md index 38568fbd4be..09dce675333 100644 --- a/website/docs/Installation/index.md +++ b/website/docs/Installation/index.md @@ -1,12 +1,33 @@ + --- -layout: default -title: Installation Guide for Podman Desktop +sidebar_position: 2 +title: Installing Podman Desktop +description: You can install Podman Desktop on Windows, macOS, and Linux. +tags: [podman-desktop, installing, windows, macos, linux] +keywords: [podman desktop, containers, podman, installing, installation, windows, macos, linux] --- -Welcome to the Installation Guide for Podman Desktop! +# Installing Podman Desktop -Podman Desktop is available across Windows, MacOS and Linux. This section of documentation intends to help you install the latest version of Podman Desktop on your operating system. The links to installation guide for different platforms are listed below. +You can install Podman Desktop on: -1. [MacOS](/docs/installation/macos-install) -2. [Windows](/docs/installation/windows-install) -3. [Linux](/docs/installation/linux-install) +* [Windows](./installation/windows-install) +* [macOS](./installation/macos-install) +* [Linux](./installation/linux-install) + +Podman Desktop requires you to install at least one container engine. + +Podman Desktop does not install any container engine automatically. + +Podman Desktop can control various container engines, such as: + +* Docker +* Lima +* Podman + +Consider installing the Podman container engine for: + +* Added security +* No daemon +* Open source +* Rootless