Skip to content

Instantly share code, notes, and snippets.

@dcb9
Created May 22, 2015 04:17
Show Gist options
  • Save dcb9/7eb0aa031e8c1e5a227b to your computer and use it in GitHub Desktop.
Save dcb9/7eb0aa031e8c1e5a227b to your computer and use it in GitHub Desktop.
boot2docker 把默认IP改成了桥接到路由器并自动获取IP后运行出错
$ 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