繁体   English   中英

docker-machine AWS无法创建机器错误检查和/或重新生成证书

[英]docker-machine AWS can't create machine Error checking and/or regenerating the certs

突然之间,我无法在AWS上使用docker machine创建新计算机。 我可以很好地连接到旧机器,但是当尝试创建新机器时,我得到以下输出:

Waiting for machine to be running, this may take a few minutes... Detecting operating system of created instance... Waiting for SSH to be available... Detecting the provisioner... Provisioning with ubuntu(upstart)... Installing Docker... Copying certs to the local machine directory... Copying certs to the remote machine... Setting Docker configuration on the remote daemon... Checking connection to Docker... Error creating machine: Error checking the host: Error checking and/or regenerating the certs: There was an error validating certificates for host "xx155.174:2376": read tcp xxxx:xxxxx->xx155.174:2376: read: connection reset by peer You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'. Be advised that this will trigger a Docker daemon restart which might stop running containers.

我正在使用这个AMI ami-5e63d13e

有人对此有解决方法吗? 被困了几个小时

这是Docker中的一个错误,已通过最新版本(0.12.1)修复: https : //github.com/docker/machine/issues/4156

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM