Last active
April 14, 2020 01:00
-
-
Save Fitranugraha/b63e01d6e09e968ef9de78ad07fcbf0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo rm -Rf /Applications/Docker | |
sudo rm -f /usr/local/bin/docker | |
sudo rm -f /usr/local/bin/docker-machine | |
sudo rm -f /usr/local/bin/docker-compose | |
sudo rm -f /usr/local/bin/docker-credential-osxkeychain | |
sudo rm -Rf ~/.docker | |
sudo rm -Rf $HOME/Library/Containers/com.docker.docker # here we delete stored images | |
curl -L -O https://github.com/docker/toolbox/raw/master/osx/uninstall.sh; sudo bash uninstall.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment