docker - boot2docker shellinit command ended up in error "Error requesting socket: exit status 255" -
According to the instructions of boot2docker installed on OSX, after that the application started in the terminal, the boot2 docker shellnit command started and The error "failed to request the error socket: exit status 255" tried the boot2docker stop>> delete ---> download ---> init ---> did not help it above i used version V.1.3.1. Why any ideas might fail? Thanks!
In the end, this solution worked for me, it seems that our host file is in 127.0.0.1 It is mandatory to have localized localhost (location / etc / host). The following line should be in the / etc / hosts
127.0.0.1 localhost
and do the following. Finally, assign the variable as the console show.
boot2docker init boot2docker download boot2docker up
Comments
Post a Comment