Created
May 22, 2015 04:17
-
-
Save dcb9/7eb0aa031e8c1e5a227b to your computer and use it in GitHub Desktop.
boot2docker 把默认IP改成了桥接到路由器并自动获取IP后运行出错
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker images | |
FATA[0000] An error occurred trying to connect: Post https://192.168.199.243:2376/v1.18/containers/create: x509: certificate is valid for 127.0.0.1, 10.0.2.15, not 192.168.199.243 | |
# Answer https://github.com/docker/machine/issues/531 | |
$ docker --tlsverify=false images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment