We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f80bd commit 6248b3cCopy full SHA for 6248b3c
README.md
@@ -132,6 +132,15 @@ docker = DockerEngineRuby::Client.new(
132
)
133
```
134
135
+By default, peer verification is enabled. You can disable it explicitly:
136
+
137
+```ruby
138
+docker = DockerEngineRuby::Client.new(
139
+ base_url: "https://localhost:2376",
140
+ tls_verify_peer: false
141
+)
142
+```
143
144
You can also configure these through environment variables:
145
146
- `DOCKER_TLS_CA_CERT_PATH`
0 commit comments