You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/installation/windows-install/index.md
+6-39
Original file line number
Diff line number
Diff line change
@@ -129,52 +129,19 @@ To verify that Podman is set up:
129
129
130
130
### Use Hyper-V as machine provider
131
131
132
-
Before creating a Podman machine, you can use one of the following ways to enable it to use Hyper-V:
132
+
As an administrator, you can set up a Podman machine using Hyper-V as the machine provider type. To do so, select `hyperv` from the **Provider Type** dropdown list when [creating a Podman machine](/docs/podman/creating-a-podman-machine).
133
133
134
-
**_Configuring an environment variable_**
134
+
:::note
135
135
136
-
1. Perform one of the following steps:
136
+
If you already have a running Podman machine with the WSL provider type, you will be prompted to set the Hyper-V machine as the default machine to avoid CLI errors.
137
137
138
-
- As a normal user, set the following variable at session level:
139
-
140
-
```shell-session
141
-
> $env:CONTAINERS_MACHINE_PROVIDER = 'hyperv'
142
-
```
143
-
144
-
- As an admin user, set the following variable at system level:
Copy file name to clipboardExpand all lines: website/docs/podman/creating-a-podman-machine.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,11 @@ Consider creating a custom Podman machine to:
44
44
Enable to use the rootful connection by default.
45
45
Required to use Kind on Windows.
46
46
1. Additional settings based on your operating system:
47
-
- (On Windows) **User mode networking (traffic relayed by a user process)**: Enable to route the traffic through the network connection from your Windows session. This setting is required to access resources behind your VPN connection.
48
-
- (On macOS) **Provider Type**: The default value is `Apple HyperVisor`. Before switching to `GPU enabled (LibKrun)`, ensure that you have [configured the machine provider](/docs/installation/macos-install#using-libkrun-as-machine-provider) manually.
47
+
- (On Windows)
48
+
-**User mode networking (traffic relayed by a user process)**: Enable to route the traffic through the network connection from your Windows session. This setting is required to access resources behind your VPN connection.
49
+
-**Provider Type**: The setting is visible only to administrators, and its default value is `wsl`.
50
+
- (On macOS)
51
+
-**Provider Type**: The default value is `Apple HyperVisor`. Before switching to `GPU enabled (LibKrun)`, ensure that you have [configured the machine provider](/docs/installation/macos-install#using-libkrun-as-machine-provider) manually.
49
52
1. Click **Create**.
50
53
51
54

0 commit comments