docker exit status 255解决

windows开发整docker就是痛苦,在公司win7电脑想拿起几年没再用的docker

结果直接报错

Error getting IP address: ssh command error:
command : ip addr show
err     : exit status 255

看起来是拿不到ip,因为在windows上,docker在virtualbox上,那就是虚拟机的ip问题,,,

大哥我只是想搞搞docker...你让我折腾virtualbox,所以说这些东西能linux就linux....

 

说真的,最喜欢这种带errcode的报错,github上找起来不是一般的块...

官方 https://github.com/docker/toolbox/issues/153

 

以下是他的解决方法,但是具体就是,把你的全删除干净,然后VirtualBox在配置一下

Here is what I did:

    Deleted all docker VMs (default, my-default etc.)
    Removed all "Host-only Networks" from VirtualBox -> Preferences -> Network
    Uninstalled VirtualBox
    Downloaded the latest VirtualBox installation file i.e. "VirtualBox-5.0.20-106931-Win.exe"
    Installed VirtualBox by running following command from Windows terminal:
    C:\Users\Home\Downloads>VirtualBox-5.0.20-106931-Win.exe -msiparams NETWORKTYPE=NDIS5
    Completed the VirtualBox installation by following the prompts
    Ran Docker Quickstart Terminal which finally created and started the "default" VM successfully.

那么,我可不可以直接配置一下VirtualBox?

 

好吧问题又回到了折腾virtualbox.....

 

取巧偷他的图片装逼

 

 

折腾完,输入docker run hello-world,我决定还是回家用linux慢慢学...

 

posted @ 2018-10-29 10:38  lgp20151222  阅读(7364)  评论(1编辑  收藏  举报