Docker complains about invalid certificate after update to v1.7.0
After updating to Docker v1.7.0 (and also boot2docker), I'm getting the following error when running docker ps : x509: certificate is valid for 127.0.0.1, 10.0.2.15, not 192.168.59.103 Is this a known issue with this version, and what can I do to fix this? This is a known issue introduced in version 1.7.0 of boot2docker: https://github.com/boot2docker/boot2docker/issues/824 Update to boot2docker 1.7.1 Updating to boot2docker 1.7.1 fixes this issue, as described here . Options for boot2docker 1.7.0 It seems to be related to the way the network interfaces are coming up during boot. The following