From d97ec086d36db42b9983fee2bb580724e881568a Mon Sep 17 00:00:00 2001 From: Jingyu Wang <139087990+jingyuwa@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:37:43 +0800 Subject: [PATCH] Update website/docs/installation/windows-install/index.md Co-authored-by: Florent BENOIT Signed-off-by: Jingyu Wang <139087990+jingyuwa@users.noreply.github.com> --- website/docs/installation/windows-install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation/windows-install/index.md b/website/docs/installation/windows-install/index.md index 6d0709d63d6..44ca1c22636 100644 --- a/website/docs/installation/windows-install/index.md +++ b/website/docs/installation/windows-install/index.md @@ -123,7 +123,7 @@ To verify that Podman is set up: ### Use Hyper-V as machine provider In order to tell podman to use Hyper-V when creating a podman machine, one needs to setup either: -* environment variable: `CONTAINERS_MACHINE_PROVIDER=hyperv` on the terminal session or as system env. var. +* environment variable: `CONTAINERS_MACHINE_PROVIDER=hyperv` on the terminal session or as system environment variable. OR * configure container.conf file attribute provider before creating a machine, the file might be placed at `~/.config/containers/containers.conf` (not supported atm) or under `AppData`: `C:\Users\myuser\AppData\Roaming\containers\containers.conf` ```powershell