diff --git a/website/docs/installation/windows-install/index.md b/website/docs/installation/windows-install/index.md index 44ca1c22636..50db269a536 100644 --- a/website/docs/installation/windows-install/index.md +++ b/website/docs/installation/windows-install/index.md @@ -125,7 +125,7 @@ To verify that Podman is set up: 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 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` +* configure containers.conf file attribute provider before creating a machine, the file might be placed under `AppData`: `C:\Users\myuser\AppData\Roaming\containers\containers.conf` ```powershell cat C:\Users\myuser\AppData\Roaming\containers\containers.conf [machine]