Windows 7, VirtualBox 5.0.4, Docker 도구 상자 1.9.0에 있습니다. 빠른 시작을 실행하면 다음과 같은 결과가 나타납니다.
Creating Machine default...
Running pre-create checks...
Creating machine...
Error creating machine: Error in driver during machine creation: Maximum number of retries (5) exceeded
Looks like something went wrong... Press any key to continue...
그러나 VirtualBox를 열고 살펴볼 때 '기본'VM이 실행됩니다. 내 VBox.log에서 (전체 파일은 다음과 같습니다 )
00:00:00.696246 HM: HMR3Init: VT-x w/ nested paging and unrestricted guest execution hw support
VT-X 지원도 괜찮습니다. 로그 파일 끝에서 D-Bus가 설치되지 않은 것에 대해 불길한 것이 보입니다.
00:00:46.950561 VMMDev: Guest Log: 00:00:10.018836 vminfo Error: Unable to connect to system D-Bus (3/3): D-Bus not installed
디 - 버스 문제가 여기에보고 된 https://github.com/docker/toolbox/issues/214을 나는이 직후 다시 빠른 시작을 실행할 때, 나는 IP 주소 가져 오기에 대한 오류 메시지가 :
Machine default already exists in VirtualBox.
Setting environment variables for machine default...
Error running connection boilerplate: Error getting driver URL: Something went wrong running an SSH command!
command : ip addr show dev eth1
err : exit status 255
output :
## .
## ## ## ==
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\_______/
Error getting IP address: Something went wrong running an SSH command!
command : ip addr show dev eth1
err : exit status 255
output :
docker is configured to use the default machine with IP
For help getting started, check out the docs at https://docs.docker.com
NOTE: When using interactive commands, prepend winpty. Examples: 'winpty docker run -it ...', 'winpty docker exec -it ...'.
그리고 명령을 실행하면 연결과 관련된 다른 메시지가 나타납니다.
$ winpty docker run hello-world
An error occurred trying to connect: Post http://localhost:2375/v1.21/containers
/create: dial tcp 127.0.0.1:2375: ConnectEx tcp: No connection could be made because the target machine actively refused it.
이 시점에서 https://www.virtualbox.org/wiki/Testbuilds 로 이동 하여 VirtualBox 5.0.9를 얻은 다음 Docker Toolboox를 제거하고 기본 VM과 .docker 디렉토리를 삭제하고 도구 상자를 다시 설치하고 다시 설치했습니다. 그것을 실행하고 같은 문제가 있습니다.
Creating Machine default...
Creating CA: C:\Users\marwick\.docker\machine\certs\ca.pem
Creating client certificate: C:\Users\marwick\.docker\machine\certs\cert.pem
Running pre-create checks...
Creating machine...
Error creating machine: Error in driver during machine creation: Maximum number of retries (5) exceeded
Looks like something went wrong... Press any key to continue...
이 시도에 대한 로그 파일은 다음과 같습니다. http://pastebin.com/9VjD9t6P
이 작업을 어떻게 수행 할 수 있습니까?