0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Docker Toolbox 起動エラー対処

Last updated at Posted at 2020-06-25

Windows 10 Homeにdocker toolboxをインストールする手順にて下記エラーが発生する場合、対処法を示す

Docker インストール

手順は公式を参考 公式

エラー

Toolbox起動後、下記エラーが表示される
looks like something went wrong in step ́looking for vboxmanage.exe ́... press any key to continue

対処法

調べるとToolboxフォルダ内のstart.shでdocker-machine.exeを読み込むパスが主な原因らしい

start.shをデバックする

start.shをvscodeでもメモ帳でもいいから開き、docker-machine.exeのパスを確認する
image.png

次に、start.sh内のDOCKER_MACHINEパスを変更する
image.png

再度Toolboxを起動すると直ります
image.png

忘れがち

virtualBoxをインストールし忘れないように

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?