mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
use proper "Hyper-V"
Co-authored-by: Florent BENOIT <fbenoit@redhat.com> Signed-off-by: Jingyu Wang <139087990+jingyuwa@users.noreply.github.com>
This commit is contained in:
parent
82c1ca3915
commit
7ffeb203db
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ To verify that Podman is set up:
|
|||
|
||||
### Use Hyper-V as machine provider
|
||||
|
||||
In order to tell podman to use hyperv when creating a podman machine, one needs to setup either:
|
||||
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.
|
||||
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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue