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: README.md
+17
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,23 @@ class { 'docker':
211
211
}
212
212
```
213
213
214
+
### Proxy on Windows
215
+
To use docker through a proxy on Windows, a System Environment Variable HTTP_PROXY/HTTPS_PROXY must be set. See [Docker Engine on Windows](https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configure-docker-daemon#proxy-configuration)
216
+
This can be done using a different puppet module such as the puppet-windows_env module. After setting the variable, the docker service must be restarted.
0 commit comments