LoginSignup
68
60

More than 5 years have passed since last update.

Mac OSXでDocker Toolboxのアンインストール

Posted at

Docker Toolboxを最新版に入れなおしたくて、アンインストールする方法を探したら、
公式リポジトリにアンインストール用のシェルスクリプトが置いてあった。
これを流したらキレイにアンインストールできた。

何が起きるのかはシェルスクリプトの中身を見た方が早い。大して長くないので。

使い方はgit cloneしてきて、実行するだけ。

$ git clone git@github.com:docker/toolbox.git
$ cd toolbox
$ sudo osx/uninstall.sh
Password:
Remove all Docker Machine VMs? (Y/N): Y
machine does not exist, assuming it has been removed already
Successfully removed default
Removing Applications...
Removing docker binaries...
rm: /usr/local/bin/docker-machine-driver*: No such file or directory
Removing boot2docker.iso
All Done!
$ 
68
60
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
68
60