We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd35a0 commit ba0680dCopy full SHA for ba0680d
docs/boot2docker.md
@@ -22,8 +22,12 @@ client = Client(**kwargs_from_env())
22
print client.version()
23
```
24
25
-To avoid the common error `SSLError: hostname '192.168.59.103' doesn't match 'boot2docker'`, you
26
-can disable hostname validation.
+If you're encountering the following error:
+`SSLError: hostname '192.168.59.103' doesn't match 'boot2docker'`, you can:
27
+
28
+1. Add an entry to your /etc/hosts file matching boot2docker to the daemon's IP
29
+1. disable hostname validation (but please consider the security implications
30
+ in doing this)
31
32
```python
33
from docker.client import Client
0 commit comments