mirror of
https://github.com/docker/docs.git
synced 2026-04-13 06:46:36 +07:00
11 lines
240 B
Bash
Executable File
11 lines
240 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
rm -rf ~/Library/Application\ Support/Kitematic/
|
|
pkill VBox
|
|
pkill VirtualBox
|
|
$DIR/VirtualBox_Uninstall.tool
|
|
rm -rf ~/.boot2docker
|
|
rm -rf ~/VirtualBox\ VMs/boot2docker-vm
|