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
+8
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,14 @@ class { 'docker':
240
240
}
241
241
```
242
242
243
+
If the curl package is being managed elsewhere and the curl ensure in this module is conflicting,
244
+
it can be disabled by setting the following parameter globally or in compose / machine resources:
245
+
```puppet
246
+
class { 'docker':
247
+
curl_ensure => false
248
+
}
249
+
```
250
+
243
251
### Proxy on Windows
244
252
245
253
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)
0 commit comments