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
@@ -235,6 +235,14 @@ class { 'docker':
235
235
}
236
236
```
237
237
238
+
If the curl package is being managed elsewhere and the curl ensure in this module is conflicting,
239
+
it can be disabled by setting the following parameter globally or in compose / machine resources:
240
+
```puppet
241
+
class { 'docker':
242
+
curl_ensure => false
243
+
}
244
+
```
245
+
238
246
### Proxy on Windows
239
247
240
248
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