Estou no Windows 7, VirtualBox 5.0.4, Docker toolbox 1.9.0. Quando eu executo o início rápido eu recebo:
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...
Mas eu recebo uma VM padrão quando eu abro o VirtualBox e dou uma olhada. No meu VBox.log eu vejo (arquivo completo é aqui ):
00:00:00.696246 HM: HMR3Init: VT-x w/ nested paging and unrestricted guest execution hw support
Então talvez o suporte do VT-X esteja ok para mim. Logo no final do arquivo de log eu vejo algo ameaçador sobre o D-Bus não estar instalado:
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
O problema D-Bus foi relatado aqui link Quando eu executo o início rápido novamente diretamente depois disso, eu receber uma mensagem de erro sobre como obter um endereço 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 ...'.
E se eu executar um comando, recebo outra mensagem relacionada à conexão:
$ 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.
Neste ponto, fui para o link e obtive o VirtualBox 5.0.9 e, em seguida, desinstalei o Docker Toolboox, excluí o padrão VM e o diretório .docker, reinstalou a Caixa de Ferramentas e a executou novamente e obteve o mesmo problema:
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...
O arquivo de registro para esta tentativa está aqui: link
Como posso fazer isso funcionar?